org.jcon.data
Class NoSuchFieldInRecordException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jcon.data.NoSuchFieldInRecordException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchFieldInRecordException
extends java.lang.Exception

Exception thrown when a field in a Record object either isn't defined or doesn't have correct corresponding getters and setters.

Version:
1.0 3/1/97
Author:
Paul Reavis
See Also:
Serialized Form

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

NoSuchFieldInRecordException

public NoSuchFieldInRecordException()

NoSuchFieldInRecordException

public NoSuchFieldInRecordException(java.lang.String message)