Class ResourceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.mjeanroy.dbunit.exception.ResourceException
com.github.mjeanroy.dbunit.exception.ResourceNotFoundException
- All Implemented Interfaces:
Serializable
Error thrown when resource is not found.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.mjeanroy.dbunit.exception.ResourceException
getPath
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResourceNotFoundException
Create exception withpath
.- Parameters:
path
- The path of the resource that cannot be loaded.
-