类 ParserException

所有已实现的接口:
Serializable
直接已知子类:
EOFParserException, NotAllowCommentException

public class ParserException extends FastsqlException implements Serializable
另请参阅:
  • 构造器详细资料

    • 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)