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:
java.io.Serializable
- Direct Known Subclasses:
CorruptedInputException
,MemoryLimitException
,UnsupportedOptionsException
,XZFormatException
public class XZIOException extends java.io.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(java.lang.String s)
-