Package org.zeroturnaround.zip
Class ZipExceptionUtil
- java.lang.Object
-
- org.zeroturnaround.zip.ZipExceptionUtil
-
class ZipExceptionUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ZipExceptionUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static ZipException
rethrow(java.io.IOException e)
Rethrow the given exception as a runtime exception.
-
-
-
Method Detail
-
rethrow
static ZipException rethrow(java.io.IOException e)
Rethrow the given exception as a runtime exception.
-
-