DODS 7.3 API

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

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

Constructor Summary
InvalidRowColumnException(java.lang.String msg)
           
 
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
 

Constructor Detail

InvalidRowColumnException

public InvalidRowColumnException(java.lang.String msg)

DODS 7.3 API