|
|||||||||||
| 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.cafesoft.core.exception.NestedException
|
+--com.cafesoft.core.field.FieldException
|
+--com.cafesoft.core.field.InvalidFieldValueException
Exception thrown when invalid field values are used populate field objects.
| Constructor Summary | |
InvalidFieldValueException(FieldInfo fieldInfo)
Create a new InvalidFieldValueException. |
|
InvalidFieldValueException(FieldInfo fieldInfo,
String message)
Create a new InvalidFieldValueException. |
|
InvalidFieldValueException(FieldInfo fieldInfo,
String message,
Throwable cause)
Create a new InvalidFieldValueException. |
|
| Method Summary | |
FieldInfo |
getFieldInfo()
Get the FieldInfo. |
| Methods inherited from class com.cafesoft.core.exception.NestedException |
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public InvalidFieldValueException(FieldInfo fieldInfo)
fieldInfo - information associated with the field type.
public InvalidFieldValueException(FieldInfo fieldInfo,
String message)
fieldInfo - information associated with the field type.message - a textual message describing the exception.
public InvalidFieldValueException(FieldInfo fieldInfo,
String message,
Throwable cause)
fieldInfo - information associated with the field type.message - a textual message describing the exception.cause - throwable that caused this exception| Method Detail |
public FieldInfo getFieldInfo()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||