Package nl.colorize.util
Class ResourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nl.colorize.util.ResourceException
- All Implemented Interfaces:
Serializable
Indicates a problem while accessing one of the application's resources,
either because the resource cannot be found or because it cannot be read.
The purpose of this exception is similar to how IOException
is used when reading files from the local file system. However, this
exception focuses on the application's own resources, which are assumed to
be available.
- See Also:
-
Constructor Summary
ConstructorDescriptionResourceException
(String message) ResourceException
(String message, 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
-
ResourceException
-
ResourceException
-