net.sf.jazzlib
Class ZipException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by net.sf.jazzlib.ZipException

public class ZipException
extends java.io.IOException

Thrown during the creation or input of a zip file.

Author:
Jochen Hoenicke, Per Bothner

Constructor Summary
ZipException()
          Create an exception without a message.
ZipException(java.lang.String msg)
          Create an exception with a message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, 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