Class ParserException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EOFParserException, NotAllowCommentException

public class ParserException extends FastsqlException implements Serializable
See Also:
  • Constructor Details

    • ParserException

      public ParserException()
    • ParserException

      public ParserException(String message)
    • ParserException

      public ParserException(String message, Throwable e)
    • ParserException

      public ParserException(String message, int line, int column)
    • ParserException

      public ParserException(Throwable ex, String sql)