Class ExtractionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.owasp.dependencycheck.utils.ExtractionException
- All Implemented Interfaces:
Serializable
An exception used when a file is unable to be un-zipped.
- Version:
- $Id: $Id
- Author:
- Jeremy Long
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new ExtractionException.Creates a new ExtractionException.ExtractionException(String msg, Throwable ex) Creates a new ExtractionException.Creates a new ExtractionException. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExtractionException
public ExtractionException()Creates a new ExtractionException. -
ExtractionException
Creates a new ExtractionException.- Parameters:
msg- a message for the exception.
-
ExtractionException
Creates a new ExtractionException.- Parameters:
ex- the cause of the download failure.
-
ExtractionException
-