Class FormManagerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- nl.gx.forms.wmpformapi.api.manager.FormManagerException
-
- All Implemented Interfaces:
Serializable
public class FormManagerException extends Exception
Generic Exception for errors in the FormManager.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormManagerException(String message)
Constructor for this Exception that only sets a message.FormManagerException(String message, Throwable cause)
Constructor for this Exception that sets a message and the cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FormManagerException
public FormManagerException(String message)
Constructor for this Exception that only sets a message.- Parameters:
message
- the message for this Exception
-
-