Package de.isas.mztab2.test.utils
Class ZipResourceExtractionException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- de.isas.mztab2.test.utils.ZipResourceExtractionException
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class ZipResourceExtractionException extends RuntimeException
This runtime exception is thrown when IO exceptions are encountered within theZipResourceExtractortest rule.- Author:
 - nilshoffmann
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ZipResourceExtractionException()ZipResourceExtractionException(String message)ZipResourceExtractionException(String message, Throwable cause)ZipResourceExtractionException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)ZipResourceExtractionException(Throwable cause) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
ZipResourceExtractionException
public ZipResourceExtractionException()
 
- 
ZipResourceExtractionException
public ZipResourceExtractionException(String message)
 
- 
ZipResourceExtractionException
public ZipResourceExtractionException(String message, Throwable cause)
 
- 
ZipResourceExtractionException
public ZipResourceExtractionException(Throwable cause)
 
- 
ZipResourceExtractionException
public ZipResourceExtractionException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
 
 - 
 
 -