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 ResourceNotValidException
invalidJarException
(String path) 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
-
Method Details
-
invalidJarException
-