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:
- Serializable
public class XZFormatException
- extends XZIOException
Thrown when the input data is not in the XZ format.
- See Also:
- Serialized Form
Constructor Summary |
XZFormatException()
Creates a new exception with the default error detail message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
XZFormatException
public XZFormatException()
- Creates a new exception with the default error detail message.