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:
  • Constructor Details

    • SimpleLexerException

      public SimpleLexerException()
    • SimpleLexerException

      public SimpleLexerException(String message, Throwable cause)
    • SimpleLexerException

      public SimpleLexerException(String message)
    • SimpleLexerException

      public SimpleLexerException(Throwable cause)