org.camunda.bpm.engine.impl.form
Class FormException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FormFieldConfigurationException, FormFieldValidationException, FormFieldValidatorException

public class FormException
extends ProcessEngineException

Author:
Thomas Skjolberg
See Also:
Serialized Form

Constructor Summary
FormException()
           
FormException(String message)
           
FormException(String message, Throwable cause)
           
FormException(Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

FormException

public FormException()

FormException

public FormException(String message,
                     Throwable cause)

FormException

public FormException(String message)

FormException

public FormException(Throwable cause)


Copyright © 2017 camunda services GmbH. All rights reserved.