org.tukaani.xz
Class XZIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.tukaani.xz.XZIOException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CorruptedInputException, MemoryLimitException, UnsupportedOptionsException, XZFormatException

public class XZIOException
extends java.io.IOException

Generic IOException specific to this package. The other IOExceptions in this package extend from XZIOException.

See Also:
Serialized Form

Constructor Summary
XZIOException()
           
XZIOException(java.lang.String s)
           
 
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

XZIOException

public XZIOException()

XZIOException

public XZIOException(java.lang.String s)