Class GunzipFileException
java.lang.Object
java.lang.Throwable
com.samupert.univpm.eurostat.exception.GunzipFileException
- All Implemented Interfaces:
Serializable
Exception thrown when the extraction of a file fails.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GunzipFileException
Create a newGunzipFileException
.- Parameters:
filepath
- The path of the file that couldn't be extracted
-