org.pdfsam.console.exceptions
Class BasicPdfsamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pdfsam.emp4j.exceptions.ParentEmp4jException
org.pdfsam.emp4j.exceptions.ClassNameKeyException
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
Fields inherited from class org.pdfsam.emp4j.exceptions.ParentEmp4jException |
errorMessage, localizedErrorMessage |
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 |
ERR_UNKNOWN
public static final int ERR_UNKNOWN
- See Also:
- Constant Field Values
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)