|
||||||||||
| 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.CompressException
public class CompressException
Exception occurs when a exception within the compress actions occurs.
| Constructor Summary | |
|---|---|
CompressException()
Calls the IOException constructor |
|
CompressException(String message)
Calls the IOException constructor with a message |
|
CompressException(String message,
Exception e)
Calls the IOException 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 CompressException()
public CompressException(String message)
message - the message
public CompressException(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 | |||||||||