Class FormException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.sling.cms.reference.forms.FormException
- All Implemented Interfaces:
Serializable
An exception to indicate problems occurred with form processing.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFormException(String message) Construct a new FormException with only a messageFormException(String message, Throwable cause) Construct a new FormException with only a message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FormException
Construct a new FormException with only a message- Parameters:
message- the message to indicate the cause of the exception
-
FormException
Construct a new FormException with only a message- Parameters:
message- the message to indicate the cause of the exceptioncause- the cause of this exception
-