Class FormFieldValidationException
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.FormFieldValidationException
- All Implemented Interfaces:
Serializable
Runtime exception for use within a FormFieldValidator.
Optionally contains a detail which uniquely identifies the problem.
- Author:
- Thomas Skjolberg
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Objectoptional object for detailing the nature of the validation errorFields inherited from class org.camunda.bpm.engine.ProcessEngineException
code -
Constructor Summary
ConstructorsConstructorDescriptionFormFieldValidationException(Object detail) FormFieldValidationException(Object detail, String message) FormFieldValidationException(Object detail, String message, Throwable cause) FormFieldValidationException(Object detail, Throwable cause) -
Method Summary
Methods inherited from class org.camunda.bpm.engine.ProcessEngineException
getCode, setCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
detail
optional object for detailing the nature of the validation error
-
-
Constructor Details
-
FormFieldValidationException
public FormFieldValidationException() -
FormFieldValidationException
-
FormFieldValidationException
-
FormFieldValidationException
-
FormFieldValidationException
-
-
Method Details
-
getDetail
public <T> T getDetail()
-