DODS 5.1 API

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

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.lutris.dods.builder.generator.query.InvalidRowColumnException
All Implemented Interfaces:
java.io.Serializable

public class InvalidRowColumnException
extends java.lang.Exception

InvalidRowColumnException is thrown by the RDBRow.get methods when a requested column does not exist in the current row. Application developers should treat InvalidRowColumnException like other ChainedException objects. InvalidRowColumnExceptions indicate programming errors.

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