Package org.opencms.loader
Class CmsLoaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencms.main.CmsException
org.opencms.loader.CmsLoaderException
- All Implemented Interfaces:
- Serializable,- I_CmsThrowable
Signals exceptions occuring during the resource loading process.
- Since:
- 6.0.0
- See Also:
- 
Field SummaryFields inherited from class org.opencms.main.CmsExceptionm_message
- 
Constructor SummaryConstructorsConstructorDescriptionCmsLoaderException(CmsMessageContainer container) Creates a new localized Exception.CmsLoaderException(CmsMessageContainer container, Throwable cause) Creates a new localized Exception that also containes a root cause.
- 
Method SummaryModifier and TypeMethodDescriptioncreateException(CmsMessageContainer container, Throwable cause) Creates a copied instance of this localized exception.Methods inherited from class org.opencms.main.CmsExceptiongetFormattedErrorstack, getLocalizedMessage, getLocalizedMessage, getMessage, getMessageContainer, getStackTraceAsStringMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
CmsLoaderExceptionCreates a new localized Exception.- Parameters:
- container- the localized message container to use
 
- 
CmsLoaderExceptionCreates a new localized Exception that also containes a root cause.- Parameters:
- container- the localized message container to use
- cause- the Exception root cause
 
 
- 
- 
Method Details- 
createExceptionDescription copied from class:CmsExceptionCreates a copied instance of this localized exception.- Overrides:
- createExceptionin class- CmsException
- Parameters:
- container- the message container
- cause- the root cause
- Returns:
- a copied instance of this localized exception
- See Also:
 
 
-