Package rife.resources.exceptions
Class ResourceFinderErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
rife.resources.exceptions.ResourceFinderErrorException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CantFindResourceJarEntryException,CantOpenResourceStreamException,CantRetrieveResourceContentException,CouldntAccessResourceFileException,CouldntAccessResourceJarException,UnsupportedResourceProtocolException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResourceFinderErrorException(String message) ResourceFinderErrorException(String message, Throwable e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResourceFinderErrorException
-
ResourceFinderErrorException
-