|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.fernsroth.easyio.exception.EasyIOException com.fernsroth.easyio.exception.GetterNotFoundException
public class GetterNotFoundException
Constructor Summary | |
---|---|
GetterNotFoundException(java.lang.Class<?> clazz,
java.lang.String fieldName,
java.lang.Throwable cause)
|
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 |
---|
public GetterNotFoundException(java.lang.Class<?> clazz, java.lang.String fieldName, java.lang.Throwable cause)
clazz
- the class that was searched.fieldName
- the name of the field.cause
- the cause of the exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |