Class ResourceNotValidException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.mjeanroy.dbunit.exception.ResourceException
com.github.mjeanroy.dbunit.exception.ResourceNotValidException
- All Implemented Interfaces:
Serializable
Error thrown when resource is not a valid resource.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic ResourceNotValidExceptioninvalidJarException(String path) Create exception for invalid JAR error.Methods inherited from class ResourceException
getPathMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
invalidJarException
Create exception for invalid JAR error.- Parameters:
path- Resource path.- Returns:
- The exception.
-