Class 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:
  • Constructor Details

    • CrafterException

      public CrafterException()
    • CrafterException

      public CrafterException(String message, Throwable cause)
    • CrafterException

      public CrafterException(String message)
    • CrafterException

      public CrafterException(Throwable cause)