Class FormFieldValidatorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.camunda.bpm.engine.ProcessEngineException
-
- org.camunda.bpm.engine.impl.form.FormException
-
- org.camunda.bpm.engine.impl.form.validator.FormFieldValidatorException
-
- All Implemented Interfaces:
Serializable
public class FormFieldValidatorException extends FormException
Runtime exception for validation of form fields.- Author:
- Thomas Skjolberg
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConfig()StringgetId()StringgetName()ObjectgetValue()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-