org.hibernate.tool.ide.completion
Class SimpleLexerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.hibernate.tool.ide.completion.SimpleLexerException
All Implemented Interfaces:
Serializable

public class SimpleLexerException
extends RuntimeException

Exception that can be thrown when the lexer encounters errors (such as syntax errors etc.)

Author:
Max Rydahl Andersen
See Also:
Serialized Form

Constructor Summary
SimpleLexerException()
           
SimpleLexerException(String message)
           
SimpleLexerException(String message, Throwable cause)
           
SimpleLexerException(Throwable 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

SimpleLexerException

public SimpleLexerException()

SimpleLexerException

public SimpleLexerException(String message,
                            Throwable cause)

SimpleLexerException

public SimpleLexerException(String message)

SimpleLexerException

public SimpleLexerException(Throwable cause)