Package org.moeaframework.util.io
Class ResourceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.moeaframework.util.io.ResourceNotFoundException
- All Implemented Interfaces:
Serializable
Similar to a
FileNotFoundException
, indicates that the resource was not found.- See Also:
-
Constructor Summary
ConstructorDescriptionResourceNotFoundException
(Class<?> owner, String resource) Constructs an exception indicating not resource was found with the given path. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResourceNotFoundException
Constructs an exception indicating not resource was found with the given path.- Parameters:
owner
- the class attempting to load the resourceresource
- the resource
-