net.sf.zipme
Class ZipException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended bynet.sf.zipme.ZipException
All Implemented Interfaces:
java.io.Serializable

public class ZipException
extends java.io.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(java.lang.String msg)
          Create an exception with a message.
 
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(java.lang.String msg)
Create an exception with a message.

Parameters:
msg - the message