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

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.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
 
Constructor Summary
FormFieldValidationException()
           
FormFieldValidationException(Object detail)
           
FormFieldValidationException(Object detail, String message)
           
FormFieldValidationException(Object detail, String message, Throwable cause)
           
FormFieldValidationException(Object detail, Throwable cause)
           
 
Method Summary
<T> T
getDetail()
           
 
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

detail

protected Object detail
optional object for detailing the nature of the validation error

Constructor Detail

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

getDetail

public <T> T getDetail()


Copyright © 2017 camunda services GmbH. All rights reserved.