|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.garret.perst.JSQLRuntimeException
org.garret.perst.JSQLNullPointerException
public class JSQLNullPointerException
Exception thown when null reference field is dereferenced
| Constructor Summary | |
|---|---|
JSQLNullPointerException(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 |
|---|
public JSQLNullPointerException(java.lang.Class target,
java.lang.String fieldName)
target - class of the target object in which field was not foundfieldName - name of the locate field
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||