org.tukaani.xz
Class XZFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.tukaani.xz.XZIOException
                  extended by 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
XZFormatException()
          Creates a new exception with the default error detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XZFormatException

public XZFormatException()
Creates a new exception with the default error detail message.