Class FormFieldAnnotationTypeMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
name.matthewgreet.strutscommons.exception.FormFieldAnnotationTypeMismatchException
- All Implemented Interfaces:
Serializable
Exception describing that a converter or post-conversion validator (for single value or collection) is not compatible
with a form field's type.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFormFieldAnnotationTypeMismatchException
(Annotation annotation, Field formField) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FormFieldAnnotationTypeMismatchException
-
-
Method Details
-
getAnnotation
-
getFormField
-