Interface I_CmsThrowable

    • Method Detail

      • getLocalizedMessage

        java.lang.String getLocalizedMessage()
        Returns a localized exception message based on the OpenCms default locale.

        Returns:
        a localized exception message based on the OpenCms default locale
        See Also:
        Throwable.getLocalizedMessage()
      • getLocalizedMessage

        java.lang.String getLocalizedMessage​(java.util.Locale locale)
        Returns a localized exception message based on the given Locale.

        Parameters:
        locale - the Locale to get the message for
        Returns:
        a localized exception message based on the given Locale
      • getMessage

        java.lang.String getMessage()
        Returns a localized exception message based on the OpenCms default locale.

        Returns:
        a localized exception message based on the OpenCms default locale
        See Also:
        Throwable.getMessage()
      • getMessageContainer

        CmsMessageContainer getMessageContainer()
        Returns the localized message container used to build this localized exception.

        Returns:
        the localized message container used to build this localized exception