DODS 7.1 API

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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.lutris.dods.builder.generator.query.ColumnTypeException
All Implemented Interfaces:
java.io.Serializable

public class ColumnTypeException
extends java.lang.Exception

ColumnTypeException is thrown by RDBColumnValue.get methods when a column value is of an unexpected type. Application developers should treat ColumnTypeException like other ChainedException objects. ColumnTypeExceptions usually indicate programming errors caused by a misunderstanding of the database schema.

Author:
Jay Gunter
See Also:
QueryBuilder, Serialized Form

Method 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.1 API