Package org.camunda.bpm.engine.impl.form
Class FormException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.camunda.bpm.engine.ProcessEngineException
-
- org.camunda.bpm.engine.impl.form.FormException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
FormFieldConfigurationException
,FormFieldValidationException
,FormFieldValidatorException
public class FormException extends ProcessEngineException
- Author:
- Thomas Skjolberg
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.engine.ProcessEngineException
code
-
-
Constructor Summary
Constructors Constructor Description FormException()
FormException(java.lang.String message)
FormException(java.lang.String message, java.lang.Throwable cause)
FormException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.camunda.bpm.engine.ProcessEngineException
getCode, setCode
-
-