Package org.tukaani.xz
Class XZFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.tukaani.xz.XZIOException
-
- org.tukaani.xz.XZFormatException
-
- All Implemented Interfaces:
java.io.Serializable
public class XZFormatException extends XZIOException
Thrown when the input data is not in the XZ format.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XZFormatException()
Creates a new exception with the default error detail message.
-