Class CmsWidgetException

    • Constructor Detail

      • CmsWidgetException

        public CmsWidgetException​(CmsMessageContainer container,
                                  java.lang.Object widget)
        Creates a new localized Exception.

        Parameters:
        container - the localized message container to use
        widget - the widget that caused the error
      • CmsWidgetException

        public CmsWidgetException​(CmsMessageContainer container,
                                  java.lang.Throwable cause)
        Creates a new localized Exception that also containes a root cause.

        Parameters:
        container - the localized message container to use
        cause - the Exception root cause
      • CmsWidgetException

        public CmsWidgetException​(CmsMessageContainer container,
                                  java.lang.Throwable cause,
                                  java.lang.Object widget)
        Creates a new localized Exception that also containes a root cause.

        Parameters:
        container - the localized message container to use
        cause - the Exception root cause
        widget - the widget that caused the error