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