Class SimpleLexerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.tool.ide.completion.SimpleLexerException
- All Implemented Interfaces:
Serializable
Exception that can be thrown when the lexer encounters errors (such as syntax errors etc.)
- Author:
- Max Rydahl Andersen
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleLexerException(String message) SimpleLexerException(String message, Throwable cause) SimpleLexerException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SimpleLexerException
public SimpleLexerException() -
SimpleLexerException
-
SimpleLexerException
-
SimpleLexerException
-