Class FormFieldValidatorException

All Implemented Interfaces:
Serializable

public class FormFieldValidatorException extends FormException
Runtime exception for validation of form fields.
Author:
Thomas Skjolberg
See Also:
  • Field Details

    • id

      protected final String id
      bpmn element id
    • name

      protected final String name
    • config

      protected final String config
    • value

      protected final Object value
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • getConfig

      public String getConfig()
    • getValue

      public Object getValue()
    • getId

      public String getId()