Package org.tukaani.xz
Class XZIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.tukaani.xz.XZIOException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CorruptedInputException
,MemoryLimitException
,UnsupportedOptionsException
,XZFormatException
public class XZIOException extends IOException
GenericIOException
specific to this package. The other IOExceptions in this package extend fromXZIOException
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XZIOException()
XZIOException(String s)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
XZIOException
public XZIOException()
-
XZIOException
public XZIOException(String s)
-
-