fr.umlv.tatoo.runtime.lexer
Class LexingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by fr.umlv.tatoo.runtime.lexer.LexingException
All Implemented Interfaces:
Serializable

public class LexingException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
LexingException(String message)
          Creates a lexing exception with a message.
LexingException(String message, Throwable cause)
          Creates a lexing exception with a message, a cause and a character.
LexingException(Throwable cause)
          Creates a lexing exception with a cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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