Package org.firebirdsql.jdbc
Class FBMissingParameterException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.sql.SQLException
- 
- org.firebirdsql.jdbc.FBSQLException
- 
- org.firebirdsql.jdbc.FBMissingParameterException
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- java.lang.Iterable<java.lang.Throwable>
 
 @Deprecated public class FBMissingParameterException extends FBSQLException Deprecated.Unused, will be removed in Jaybird 5Exception notifying developer that not all parameters were set when calling the prepared statement.- See Also:
- Serialized Form
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean[]getSetParams()Deprecated.Get information about set parameters.- 
Methods inherited from class org.firebirdsql.jdbc.FBSQLExceptiondefaultSQLStateIfNull, getInternalException
 - 
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
 
- 
 
-