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
public class ResourceNotValidException extends ResourceException
Error thrown when resource is not a valid resource.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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 Detail
-
invalidJarException
public static ResourceNotValidException invalidJarException(String path)
-
-