org.garret.perst
Class JSQLNoSuchFieldException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.garret.perst.JSQLRuntimeException
                  extended by org.garret.perst.JSQLNoSuchFieldException
All Implemented Interfaces:
java.io.Serializable

public class JSQLNoSuchFieldException
extends JSQLRuntimeException

Exception thown when field is not found during runtime lookup

See Also:
Serialized Form

Constructor Summary
JSQLNoSuchFieldException(java.lang.Class target, java.lang.String fieldName)
          Constructor of exception
 
Method Summary
 
Methods inherited from class org.garret.perst.JSQLRuntimeException
getFieldName, getTarget
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JSQLNoSuchFieldException

public JSQLNoSuchFieldException(java.lang.Class target,
                                java.lang.String fieldName)
Constructor of exception

Parameters:
target - class of the target object in which field was not found
fieldName - name of the locate field