org.garret.jsql
Class JSQLNullPointerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.garret.jsql.JSQLRuntimeException
                  extended byorg.garret.jsql.JSQLNullPointerException
All Implemented Interfaces:
java.io.Serializable

public class JSQLNullPointerException
extends JSQLRuntimeException

Exception thown when null reference field is dereferenced

See Also:
Serialized Form

Constructor Summary
JSQLNullPointerException(java.lang.Class target, java.lang.String fieldName)
          Constructor of exception
 
Methods inherited from class org.garret.jsql.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

JSQLNullPointerException

public JSQLNullPointerException(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