org.hibernate.tool.ide.completion
Class SimpleLexerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SimpleLexerException
public SimpleLexerException()
SimpleLexerException
public SimpleLexerException(String message,
Throwable cause)
SimpleLexerException
public SimpleLexerException(String message)
SimpleLexerException
public SimpleLexerException(Throwable cause)