DODS 6.5 API

com.lutris.dods.builder.generator.query
Class ColumnNullException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.lutris.dods.builder.generator.query.ColumnNullException
All Implemented Interfaces:
java.io.Serializable

public class ColumnNullException
extends java.lang.Exception

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.

Author:
Jay Gunter
See Also:
QueryBuilder, Serialized Form

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 6.5 API