Package com.marcpg.libpg.formular
Class Formular.FormularException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.marcpg.libpg.formular.Formular.FormularException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Formular
Represents an
exception
thrown if there was an issue with the formular.- See Also:
-
Constructor Summary
ConstructorDescriptionFormularException
(String message, @NotNull Formular formular) Creates a newFormular.FormularException
with a description and theFormular
type which caused it. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FormularException
Creates a newFormular.FormularException
with a description and theFormular
type which caused it.- Parameters:
message
- A short description of what went wrong.formular
- The formular which caused this exception.
-