org.camunda.bpm.engine.impl.form.validator
Class FormFieldValidatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.camunda.bpm.engine.ProcessEngineException
                  extended by org.camunda.bpm.engine.impl.form.FormException
                      extended by 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

Field Summary
protected  String config
           
protected  String id
          bpmn element id
protected  String name
           
protected  Object value
           
 
Constructor Summary
FormFieldValidatorException(String id, String name, String config, Object value, String message)
           
FormFieldValidatorException(String id, String name, String config, Object value, String message, Throwable cause)
           
 
Method Summary
 String getConfig()
           
 String getId()
           
 String getName()
           
 Object getValue()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected final String id
bpmn element id


name

protected final String name

config

protected final String config

value

protected final Object value
Constructor Detail

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)
Method Detail

getName

public String getName()

getConfig

public String getConfig()

getValue

public Object getValue()

getId

public String getId()


Copyright © 2016 camunda services GmbH. All rights reserved.