Class CmsWidgetNotSupportedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CmsWidgetNotSupportedException
    extends java.lang.RuntimeException
    The exception which is thrown when a widget is not supported in the sitemap entry editor.

    Since:
    8.0.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CmsWidgetNotSupportedException​(java.lang.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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CmsWidgetNotSupportedException

        public CmsWidgetNotSupportedException​(java.lang.String widgetType)
        Creates a new exception instance.

        Parameters:
        widgetType - the unsupported widget type