Class ZipException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
net.sf.jazzlib.ZipException
- All Implemented Interfaces:
Serializable
Thrown during the creation or input of a zip file.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longCompatible with JDK 1.0+. -
Constructor Summary
ConstructorsConstructorDescriptionCreate an exception without a message.ZipException(String msg) Create an exception with a message. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDCompatible with JDK 1.0+.- See Also:
-
-
Constructor Details
-
ZipException
public ZipException()Create an exception without a message. -
ZipException
-