Package org.craftercms.core.exception
Class PathNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.craftercms.core.exception.CrafterException
-
- org.craftercms.core.exception.PathNotFoundException
-
- All Implemented Interfaces:
Serializable
public class PathNotFoundException extends CrafterException
Thrown to indicate that a resource in a content store couldn't be reached (its path was not found).- Author:
- Sumer Jabri, Alfonso Vásquez
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PathNotFoundException()PathNotFoundException(String message)PathNotFoundException(String message, Throwable cause)PathNotFoundException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-