org.bibalex.daf.handlers.compressionhandler
Class UnZipperException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.bibalex.daf.handlers.compressionhandler.UnZipperException
All Implemented Interfaces:
java.io.Serializable

public class UnZipperException
extends java.lang.Exception

Exception handling for the Zipper class.

Author:
Fadi.Edward
See Also:
Serialized Form

Constructor Summary
UnZipperException()
          Creates a new instance of ZipperException.
UnZipperException(java.lang.String message)
          Creates a new instance of ZipperException.
UnZipperException(java.lang.String message, java.lang.Exception innerException)
          Creates a new instance of ZipperException.
UnZipperException(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

UnZipperException

public UnZipperException()
Creates a new instance of ZipperException.


UnZipperException

public UnZipperException(java.lang.String message)
Creates a new instance of ZipperException.

Parameters:
message - A message describing the exception.

UnZipperException

public UnZipperException(java.lang.String message,
                         java.lang.Exception innerException)
Creates a new instance of ZipperException.

Parameters:
message - A message describing the exception.
innerException - The cause of this exception.

UnZipperException

public UnZipperException(java.lang.String message,
                         java.lang.String methodName,
                         java.lang.Exception innerException)
Creates a new instance of ZipperException.

Parameters:
message - A message describing the exception.
methodName - the callee method name where the exception occured.
innerException - The cause of this exception.