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.SQLSyntaxErrorExceptionThis exception is thrown by FBEscapedParser when it cannot parse the escaped syntax.- Author:
- Roman Rokytskyy
- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringSQL_STATE_INVALID_ESCAPE_SEQDeprecated.UseSQLStateConstants.SQL_STATE_INVALID_ESCAPE_SEQ; will be removed in Jaybird 5.
 - 
Constructor SummaryConstructors Constructor Description FBSQLParseException(java.lang.String msg)
 - 
Method Summary- 
Methods inherited from class java.sql.SQLExceptiongetErrorCode, getNextException, getSQLState, iterator, setNextException
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, 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
 
 
- 
 
-