Exception Summary |
ColumnNullException |
ColumnNullException is thrown by RDBColumnValue.get methods
when an unexpected NULL value in a column retrieved from the database. |
ColumnTypeException |
ColumnTypeException is thrown by RDBColumnValue.get methods
when a column value is of an unexpected type. |
DataObjectException |
DataObjectException class, used by Business Objects, catch all the
DataObject Exceptions, will be passed to POs and handled there. |
InvalidRowColumnException |
InvalidRowColumnException is thrown by the RDBRow.get methods
when a requested column does not exist in the current row. |
NonUniqueQueryException |
|
QueryException |
QueryException is thrown by QueryBuilder.getNextRow and getRows methods
when the database query could not be performed. |
RefAssertionException |
|