|
DODS 7.2 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.lutris.dods.builder.generator.query.ColumnNullException
public class ColumnNullException
ColumnNullException is thrown by RDBColumnValue.get methods when an unexpected NULL value in a column retrieved from the database. Application developers should treat ColumnNullException like other ChainedException objects. ColumnNullExceptions can be used to perform assertions upon queried data. Otherwise, they usually indicate programming errors caused by a misunderstanding of the database schema.
QueryBuilder
,
Serialized FormMethod Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
|
DODS 7.2 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |