Package net.sf.jazzlib
Class DataFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.sf.jazzlib.DataFormatException
-
- All Implemented Interfaces:
java.io.Serializable
public class DataFormatException extends java.lang.ExceptionException thrown when compressed data is corrupt.- Since:
- 1.1
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDCompatible with JDK 1.1+.
-
Constructor Summary
Constructors Constructor Description DataFormatException()Create an exception without a message.DataFormatException(java.lang.String msg)Create an exception with a message.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Compatible with JDK 1.1+.- See Also:
- Constant Field Values
-
-