org.pdfsam.console.exceptions.console
Class PageLabelsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pdfsam.emp4j.exceptions.ParentEmp4jException
org.pdfsam.emp4j.exceptions.ClassNameKeyException
org.pdfsam.console.exceptions.BasicPdfsamException
org.pdfsam.console.exceptions.console.ConsoleException
org.pdfsam.console.exceptions.console.PageLabelsException
- All Implemented Interfaces:
- java.io.Serializable
public class PageLabelsException
- extends ConsoleException
Exception used by the pagelabels command
- Author:
- Andrea Vacondio
- See Also:
- Serialized Form
Fields inherited from class org.pdfsam.console.exceptions.console.ConsoleException |
CMD_LINE_EXECUTOR_NULL, CMD_LINE_HANDLER_NULL, CMD_LINE_NULL, CMD_LINE_VALIDATOR_NULL, EMPTY_FILENAME, ERR_BAD_COMMAND, ERR_ZERO_LENGTH, OVERWRITE_IS_FALSE, PREFIX_REQUEST_NULL, UNABLE_TO_OVERWRITE, UNABLE_TO_RENAME |
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 |
PageLabelsException
public PageLabelsException(int exceptionErrorCode,
java.lang.String[] args,
java.lang.Throwable e)
PageLabelsException
public PageLabelsException(int exceptionErrorCode,
java.lang.Throwable e)
PageLabelsException
public PageLabelsException(int exceptionErrorCode)
PageLabelsException
public PageLabelsException(java.lang.Throwable e)
PageLabelsException
public PageLabelsException(int exceptionErrorCode,
java.lang.String[] args)