org.pdfsam.console.exceptions.console
Class SplitException

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
                      extended by org.pdfsam.console.exceptions.console.ConsoleException
                          extended by org.pdfsam.console.exceptions.console.SplitException
All Implemented Interfaces:
java.io.Serializable

public class SplitException
extends ConsoleException

Exception thrown while splitting pdf files

Author:
Andrea Vacondio
See Also:
Serialized Form

Field Summary
static int ERR_BLEVEL
           
static int ERR_BLEVEL_NO_DEST
           
static int ERR_BLEVEL_OUTOFBOUNDS
           
static int ERR_NO_PAGE_LIMITS
           
static int ERR_NO_SUCH_PAGE
           
static int ERR_NOT_VALID_BLEVEL
           
static int ERR_NOT_VALID_SPLIT_TYPE
           
 
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.console.exceptions.BasicPdfsamException
ERR_UNKNOWN
 
Fields inherited from class org.pdfsam.emp4j.exceptions.ParentEmp4jException
errorMessage, localizedErrorMessage
 
Constructor Summary
SplitException(int exceptionErrorCode)
           
SplitException(int exceptionErrorCode, java.lang.String[] args)
           
SplitException(int exceptionErrorCode, java.lang.String[] args, java.lang.Throwable e)
           
SplitException(int exceptionErrorCode, java.lang.Throwable e)
           
SplitException(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_NO_PAGE_LIMITS

public static final int ERR_NO_PAGE_LIMITS
See Also:
Constant Field Values

ERR_NO_SUCH_PAGE

public static final int ERR_NO_SUCH_PAGE
See Also:
Constant Field Values

ERR_NOT_VALID_SPLIT_TYPE

public static final int ERR_NOT_VALID_SPLIT_TYPE
See Also:
Constant Field Values

ERR_NOT_VALID_BLEVEL

public static final int ERR_NOT_VALID_BLEVEL
See Also:
Constant Field Values

ERR_BLEVEL_OUTOFBOUNDS

public static final int ERR_BLEVEL_OUTOFBOUNDS
See Also:
Constant Field Values

ERR_BLEVEL

public static final int ERR_BLEVEL
See Also:
Constant Field Values

ERR_BLEVEL_NO_DEST

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

SplitException

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

SplitException

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

SplitException

public SplitException(int exceptionErrorCode)

SplitException

public SplitException(java.lang.Throwable e)

SplitException

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