org.oreodata
Class InvalidFieldException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.oreodata.InvalidFieldException
All Implemented Interfaces:
java.io.Serializable

public class InvalidFieldException
extends java.lang.RuntimeException

thrown when there is an attempt to access data from a record via a field that does not belong to that record. This can really only occur as a result of programmer error.

Author:
Jonathan Revusky
See Also:
Serialized Form

Constructor Summary
InvalidFieldException(Record rec, java.lang.String s)
           
InvalidFieldException(java.lang.String s)
           
 
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

InvalidFieldException

public InvalidFieldException(java.lang.String s)

InvalidFieldException

public InvalidFieldException(Record rec,
                             java.lang.String s)