org.pdfsam.console.exceptions
Class BasicPdfsamException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pdfsam.emp4j.exceptions.ParentEmp4jException
              extended by org.pdfsam.emp4j.exceptions.ClassNameKeyException
                  extended by org.pdfsam.console.exceptions.BasicPdfsamException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConsoleException

public class BasicPdfsamException
extends org.pdfsam.emp4j.exceptions.ClassNameKeyException

Basic pdfsam Exception

Author:
Andrea Vacondio
See Also:
Serialized Form

Field Summary
static int ERR_UNKNOWN
           
 
Fields inherited from class org.pdfsam.emp4j.exceptions.ParentEmp4jException
errorMessage, localizedErrorMessage
 
Constructor Summary
BasicPdfsamException(int exceptionErrorCode)
           
BasicPdfsamException(int exceptionErrorCode, java.lang.String[] args)
           
BasicPdfsamException(int exceptionErrorCode, java.lang.String[] args, java.lang.Throwable e)
           
BasicPdfsamException(int exceptionErrorCode, java.lang.Throwable e)
           
BasicPdfsamException(java.lang.Throwable e)
           
 
Method Summary
 
Methods inherited from class org.pdfsam.emp4j.exceptions.ParentEmp4jException
getExceptionMessage, getLocalizedExceptionMessage, getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ERR_UNKNOWN

public static final int ERR_UNKNOWN
See Also:
Constant Field Values
Constructor Detail

BasicPdfsamException

public BasicPdfsamException(int exceptionErrorCode,
                            java.lang.String[] args,
                            java.lang.Throwable e)

BasicPdfsamException

public BasicPdfsamException(int exceptionErrorCode,
                            java.lang.Throwable e)

BasicPdfsamException

public BasicPdfsamException(int exceptionErrorCode)

BasicPdfsamException

public BasicPdfsamException(java.lang.Throwable e)

BasicPdfsamException

public BasicPdfsamException(int exceptionErrorCode,
                            java.lang.String[] args)