public class FormFieldValidatorException extends FormException
| Modifier and Type | Field and Description |
|---|---|
protected String |
config |
protected String |
id
bpmn element id
|
protected String |
name |
protected Object |
value |
| Constructor and Description |
|---|
FormFieldValidatorException(String id,
String name,
String config,
Object value,
String message) |
FormFieldValidatorException(String id,
String name,
String config,
Object value,
String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfig() |
String |
getId() |
String |
getName() |
Object |
getValue() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected final String id
protected final String name
protected final String config
protected final Object value
Copyright © 2013–2021 camunda services GmbH. All rights reserved.