|
||||||||||
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.apache.commons.compress.PackableObjectException
org.apache.commons.compress.ArchiveException
org.apache.commons.compress.UnpackException
public class UnpackException
Exception occurs when a exception within the unpack actions occurs.
Constructor Summary | |
---|---|
UnpackException()
Calls the super constructor |
|
UnpackException(String message)
Calls the super constructor with a message |
|
UnpackException(String message,
Exception e)
Calls the super constructor with a message and fills the stacktrace with the stacktrace of an exception |
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 UnpackException()
public UnpackException(String message)
message
- the messagepublic UnpackException(String message, Exception e)
message
- the messagee
- the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |