Package org.opencms.widgets
Class CmsWidgetConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opencms.widgets.CmsWidgetConfigurationException
- All Implemented Interfaces:
Serializable
Exception thrown by widgets when they can'T parse their configuration.
- See Also:
-
Constructor Summary
ConstructorDescriptionCmsWidgetConfigurationException
(String message) Creates a new instance.CmsWidgetConfigurationException
(String message, Throwable cause) Creates a new instance.Creates a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CmsWidgetConfigurationException
Creates a new instance.- Parameters:
message
- the error message
-
CmsWidgetConfigurationException
Creates a new instance.- Parameters:
message
- the messagecause
- the cause
-
CmsWidgetConfigurationException
Creates a new instance.- Parameters:
cause
- the cause
-