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
public class CrafterException extends RuntimeException
Root exception for all exceptions defined in Crafter.- Author:
- Sumer Jabri, Alfonso Vásquez
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CrafterException()CrafterException(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
-
-