java.util.zip
Class ZipException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.util.zip.ZipException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- JarException
public class ZipException
- extends IOException
Thrown during the creation or input of a zip file.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ZipException
public ZipException()
- Create an exception without a message.
ZipException
public ZipException(String msg)
- Create an exception with a message.
- Parameters:
msg
- the message