Class FormException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.sling.cms.reference.forms.FormException
-
- All Implemented Interfaces:
Serializable
public class FormException extends Exception
An exception to indicate problems occurred with form processing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormException(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 Detail
-
FormException
public FormException(String message)
Construct a new FormException with only a message- Parameters:
message
- the message to indicate the cause of the exception
-
-