org.camunda.bpm.engine.impl.form.validator
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
public class FormFieldValidationException
- extends FormException
Runtime exception for use within a FormFieldValidator.
Optionally contains a detail which uniquely identifies the problem.
- Author:
- Thomas Skjolberg
- See Also:
- Serialized Form
|
Field Summary |
protected Object |
detail
optional object for detailing the nature of the validation error |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
detail
protected Object detail
- optional object for detailing the nature of the validation error
FormFieldValidationException
public FormFieldValidationException()
FormFieldValidationException
public FormFieldValidationException(Object detail)
FormFieldValidationException
public FormFieldValidationException(Object detail,
String message,
Throwable cause)
FormFieldValidationException
public FormFieldValidationException(Object detail,
String message)
FormFieldValidationException
public FormFieldValidationException(Object detail,
Throwable cause)
getDetail
public <T> T getDetail()
Copyright © 2017 camunda services GmbH. All rights reserved.