Enhydra 5.1 API

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

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--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

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
 


Enhydra 5.1 API