|
|||||||||||
| 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
com.ivata.mask.field.FieldValueConvertor.FieldValueException
Wraps any error encountered when trying retrieve a field value via reflection.
| Constructor Summary | |
FieldValueConvertor.FieldValueException(java.lang.Throwable throwable)
Construct a field value exception from another throwable. |
|
FieldValueConvertor.FieldValueException(java.lang.Throwable throwable,
java.lang.String location)
Construct a field value exception from another throwable. |
|
| 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 FieldValueConvertor.FieldValueException(java.lang.Throwable throwable)
Construct a field value exception from another throwable.
throwable - cause of the exception.
public FieldValueConvertor.FieldValueException(java.lang.Throwable throwable,
java.lang.String location)
Construct a field value exception from another throwable.
throwable - cause of the exception.location - brief text describing where the error ocurred
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||