Package org.opencms.gwt.client.property
Class CmsWidgetNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opencms.gwt.client.property.CmsWidgetNotSupportedException
- All Implemented Interfaces:
Serializable
The exception which is thrown when a widget is not supported in the sitemap entry editor.
- Since:
- 8.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCmsWidgetNotSupportedException
(String widgetType) Creates a new exception 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
-
CmsWidgetNotSupportedException
Creates a new exception instance.- Parameters:
widgetType
- the unsupported widget type
-