Class ZipValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codice.ddf.catalog.transformer.zip.ZipValidationException
- All Implemented Interfaces:
Serializable
Thrown by a
ZipValidator when an error occurs during the validation of a Zip file.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionZipValidationException(String message) Instantiates a new exception with the provided message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ZipValidationException
Instantiates a new exception with the provided message.- Parameters:
message- the message
-