java.util.zip
Class ZipException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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

Constructor Summary
ZipException()
          Create an exception without a message.
ZipException(String msg)
          Create an exception with a message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ZipException

public ZipException()
Create an exception without a message.


ZipException

public ZipException(String msg)
Create an exception with a message.

Parameters:
msg - the message