Package org.craftercms.core.exception
Class CrafterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.craftercms.core.exception.CrafterException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthenticationException,CacheException,ForbiddenPathException,InvalidContextException,InvalidStoreTypeException,ItemProcessingException,PathNotFoundException,RootFolderNotFoundException,StoreException,TemplateException,UrlTransformationException,XmlException
Root exception for all exceptions defined in Crafter.
- Author:
- Sumer Jabri, Alfonso Vásquez
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCrafterException(String message) CrafterException(String message, Throwable cause) CrafterException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CrafterException
public CrafterException() -
CrafterException
-
CrafterException
-
CrafterException
-