Package net.lingala.zip4j.exception
Class ZipException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- net.lingala.zip4j.exception.ZipException
-
- All Implemented Interfaces:
java.io.Serializable
public class ZipException extends java.io.IOException
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ZipException.Type
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
private ZipException.Type
type
-
Constructor Summary
Constructors Constructor Description ZipException(java.lang.Exception rootException)
ZipException(java.lang.String message)
ZipException(java.lang.String message, java.lang.Exception rootException)
ZipException(java.lang.String message, java.lang.Throwable throwable, ZipException.Type type)
ZipException(java.lang.String message, ZipException.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZipException.Type
getType()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
type
private ZipException.Type type
-
-
Constructor Detail
-
ZipException
public ZipException(java.lang.String message)
-
ZipException
public ZipException(java.lang.Exception rootException)
-
ZipException
public ZipException(java.lang.String message, java.lang.Exception rootException)
-
ZipException
public ZipException(java.lang.String message, ZipException.Type type)
-
ZipException
public ZipException(java.lang.String message, java.lang.Throwable throwable, ZipException.Type type)
-
-
Method Detail
-
getType
public ZipException.Type getType()
-
-