com.sun.jimi.util.zip
Class DataFormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--com.sun.jimi.util.zip.DataFormatException

public class DataFormatException
extends java.io.IOException

The DataFormatException class is thrown whenever there is an error in a compressed data stream.

See Also:
Serialized Form

Constructor Summary
DataFormatException()
          Constructs a new DataFormatException object
DataFormatException(java.lang.String s)
          Constructs a new DataFormatException object
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataFormatException

public DataFormatException()
Constructs a new DataFormatException object

DataFormatException

public DataFormatException(java.lang.String s)
Constructs a new DataFormatException object
Parameters:
s - a string describing the exception