|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.tukaani.xz.XZIOException
org.tukaani.xz.CorruptedInputException
public class CorruptedInputException
Thrown when the compressed input data is corrupt. However, it is possible that some or all of the data already read from the input stream was corrupt too.
Constructor Summary | |
---|---|
CorruptedInputException()
Creates a new CorruptedInputException with the default error detail message. |
|
CorruptedInputException(java.lang.String s)
Creates a new CorruptedInputException with the specified 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 |
---|
public CorruptedInputException()
public CorruptedInputException(java.lang.String s)
s
- error detail message
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |