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)
           
LexingException(String message, char c)
           
LexingException(String message, Throwable cause, char c)
           
LexingException(Throwable cause)
           
 
Method Summary
 int getChar()
           
 
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,
                       char c)

LexingException

public LexingException(String message,
                       char c)

LexingException

public LexingException(String message)

LexingException

public LexingException(Throwable cause)
Method Detail

getChar

public int getChar()