net.sf.jazzlib
Class DataFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.jazzlib.DataFormatException

public class DataFormatException
extends java.lang.Exception

Exception thrown when compressed data is corrupt.

Since:
1.1
Author:
Tom Tromey, John Leuner

Constructor Summary
DataFormatException()
          Create an exception without a message.
DataFormatException(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

DataFormatException

public DataFormatException()
Create an exception without a message.


DataFormatException

public DataFormatException(java.lang.String msg)
Create an exception with a message.

Parameters:
msg - the message