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:
Serializable
- Direct Known Subclasses:
FormFieldConfigurationException
,FormFieldValidationException
,FormFieldValidatorException
public class FormException extends ProcessEngineException
- Author:
- Thomas Skjolberg
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormException()
FormException(String message)
FormException(String message, Throwable cause)
FormException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-