Package org.firebirdsql.jdbc.escape
Class FBSQLParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.sql.SQLException
-
- java.sql.SQLNonTransientException
-
- java.sql.SQLSyntaxErrorException
-
- org.firebirdsql.jdbc.escape.FBSQLParseException
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Iterable<java.lang.Throwable>
public class FBSQLParseException extends java.sql.SQLSyntaxErrorException
This exception is thrown by FBEscapedParser when it cannot parse the escaped syntax.- Author:
- Roman Rokytskyy
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SQL_STATE_INVALID_ESCAPE_SEQ
Deprecated.UseSQLStateConstants.SQL_STATE_INVALID_ESCAPE_SEQ
; will be removed in Jaybird 5.
-
Constructor Summary
Constructors Constructor Description FBSQLParseException(java.lang.String msg)
-
Method Summary
-
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, iterator, setNextException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
SQL_STATE_INVALID_ESCAPE_SEQ
@Deprecated public static final java.lang.String SQL_STATE_INVALID_ESCAPE_SEQ
Deprecated.UseSQLStateConstants.SQL_STATE_INVALID_ESCAPE_SEQ
; will be removed in Jaybird 5.- See Also:
- Constant Field Values
-
-