Class CmsRuntimeException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CmsRuntimeException createException​(CmsMessageContainer container, java.lang.Throwable cause)
      Creates a copied instance of this localized exception.
      java.lang.String getLocalizedMessage()
      Returns a localized exception message based on the OpenCms default locale.
      java.lang.String getLocalizedMessage​(java.util.Locale locale)
      Returns a localized exception message based on the given Locale.
      java.lang.String getMessage()
      Returns a localized exception message based on the OpenCms default locale.
      CmsMessageContainer getMessageContainer()
      Returns the localized message container used to build this localized exception.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, 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