org.camunda.bpm.engine.impl.form.validator
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
id
protected final String id
- bpmn element id
name
protected final String name
config
protected final String config
value
protected final Object value
FormFieldValidatorException
public FormFieldValidatorException(String id,
String name,
String config,
Object value,
String message,
Throwable cause)
FormFieldValidatorException
public FormFieldValidatorException(String id,
String name,
String config,
Object value,
String message)
getName
public String getName()
getConfig
public String getConfig()
getValue
public Object getValue()
getId
public String getId()
Copyright © 2016 camunda services GmbH. All rights reserved.