|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--org.garret.jsql.LookupFailedException
Exception thown when field is not found during runtime lookup
Constructor Summary | |
LookupFailedException(java.lang.Class target,
java.lang.String fieldName)
Constructor of exception |
Method Summary | |
java.lang.String |
getFieldName()
Get name of the field |
java.lang.Class |
getTarget()
Get class in which lookup was performed |
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 LookupFailedException(java.lang.Class target, java.lang.String fieldName)
target
- class of the target object in which field was not foundfieldName
- name of the locate fieldMethod Detail |
public java.lang.Class getTarget()
public java.lang.String getFieldName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |