Class NoSuchResourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.codingchili.core.context.CoreRuntimeException
com.codingchili.core.files.exception.NoSuchResourceException
- All Implemented Interfaces:
CoreExceptionFormat
,Serializable
Throw when a resource is missing from the filesystem and the classpath.
- See Also:
- Serialized Form
-
Constructor Summary
-
Method Summary
Methods inherited from class com.codingchili.core.context.CoreRuntimeException
status
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchResourceException
- Parameters:
resource
- the resource identifier that was not found.
-