Package org.firebirdsql.jdbc.parser
Class StatementParser.ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.firebirdsql.jdbc.parser.StatementParser.ParseException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing interface:
- StatementParser
public static class StatementParser.ParseException extends java.lang.Exception
Exception to wrap other exceptions when parsing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseException(java.lang.String message)
ParseException(java.lang.String message, java.lang.Throwable cause)
-