Class FormThemeRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.xima.fc.common.form_theme.FormThemeRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CyclicFormThemeHierarchyException
Base class for all runtime exceptions thrown related to form themes.
- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFormThemeRuntimeException(String message) Creates a new exception with the given message.protectedFormThemeRuntimeException(String message, Throwable cause) Creates a new exception with the given message and cause.protectedCreates a new exception with the given cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FormThemeRuntimeException
Creates a new exception with the given message.- Parameters:
message- The message with details regarding the exception.
-
FormThemeRuntimeException
-
FormThemeRuntimeException
Creates a new exception with the given cause.- Parameters:
cause- The underlying cause of the exception.
-