|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.bibalex.daf.handlers.compressionhandler.ZipperException
public class ZipperException
Exception handling for the Zipper class.
Constructor Summary | |
---|---|
ZipperException()
Creates a new instance of ZipperException. |
|
ZipperException(java.lang.String message)
Creates a new instance of ZipperException. |
|
ZipperException(java.lang.String message,
java.lang.Exception innerException)
Creates a new instance of ZipperException. |
|
ZipperException(java.lang.String message,
java.lang.String methodName,
java.lang.Exception innerException)
Creates a new instance of ZipperException. |
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 ZipperException()
public ZipperException(java.lang.String message)
message
- A message describing the exception.public ZipperException(java.lang.String message, java.lang.Exception innerException)
message
- A message describing the exception.innerException
- The cause of this exception.public ZipperException(java.lang.String message, java.lang.String methodName, java.lang.Exception innerException)
message
- A message describing the exception.methodName
- the callee method name where the exception occured.innerException
- The cause of this exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |