Class FormFieldAnnotationTypeMismatchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
name.matthewgreet.strutscommons.exception.FormFieldAnnotationTypeMismatchException
All Implemented Interfaces:
Serializable

public class FormFieldAnnotationTypeMismatchException extends Exception
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 Details

    • FormFieldAnnotationTypeMismatchException

      public FormFieldAnnotationTypeMismatchException(Annotation annotation, Field formField)
  • Method Details

    • getAnnotation

      public Annotation getAnnotation()
    • getFormField

      public Field getFormField()