fr.umlv.tatoo.runtime.lexer
Class LexingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fr.umlv.tatoo.runtime.lexer.LexingException
- All Implemented Interfaces:
- Serializable
public class LexingException
- extends RuntimeException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LexingException
public LexingException(String message,
Throwable cause)
- Creates a lexing exception with a message, a cause and a character.
- Parameters:
message
- the message of the exception.cause
- the cause of the exception
LexingException
public LexingException(String message)
- Creates a lexing exception with a message.
- Parameters:
message
- the message of the exception.
LexingException
public LexingException(Throwable cause)
- Creates a lexing exception with a cause.
- Parameters:
cause
- the cause of the exception