org.pdfsam.console.exceptions.console
Class ParseException

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.ParseException
All Implemented Interfaces:
java.io.Serializable

public class ParseException
extends ConsoleException

Exception thrown while parsing input arguments

Author:
Andrea Vacondio
See Also:
Serialized Form

Field Summary
static int ERR_B_NOT_NEEDED
           
static int ERR_BL_NOT_NEEDED
           
static int ERR_BOTH_F_OR_D
           
static int ERR_BOTH_F_OR_L_OR_D
           
static int ERR_BREGEXP_NOT_NEEDED
           
static int ERR_IN_NOT_PDF
           
static int ERR_N_NOT_NEEDED
           
static int ERR_N_NOT_NUM
           
static int ERR_N_NOT_NUM_OR_SEQ
           
static int ERR_NO_B
           
static int ERR_NO_BL
           
static int ERR_NO_F
           
static int ERR_NO_F_OR_D
           
static int ERR_NO_F_OR_L_OR_D
           
static int ERR_NO_F1
           
static int ERR_NO_F2
           
static int ERR_NO_N
           
static int ERR_NO_O
           
static int ERR_NO_OUT
           
static int ERR_NO_S
           
static int ERR_NOT_CSV_OR_XML
           
static int ERR_NOT_XML
           
static int ERR_PARSE
           
static int ERR_STEP_ZERO_OR_NEGATIVE
           
 
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
ParseException(int exceptionErrorCode)
           
ParseException(int exceptionErrorCode, java.lang.String[] args)
           
ParseException(int exceptionErrorCode, java.lang.String[] args, java.lang.Throwable e)
           
ParseException(int exceptionErrorCode, java.lang.Throwable e)
           
ParseException(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_PARSE

public static final int ERR_PARSE
See Also:
Constant Field Values

ERR_NO_OUT

public static final int ERR_NO_OUT
See Also:
Constant Field Values

ERR_NO_F_OR_L_OR_D

public static final int ERR_NO_F_OR_L_OR_D
See Also:
Constant Field Values

ERR_BOTH_F_OR_L_OR_D

public static final int ERR_BOTH_F_OR_L_OR_D
See Also:
Constant Field Values

ERR_NOT_CSV_OR_XML

public static final int ERR_NOT_CSV_OR_XML
See Also:
Constant Field Values

ERR_IN_NOT_PDF

public static final int ERR_IN_NOT_PDF
See Also:
Constant Field Values

ERR_NO_S

public static final int ERR_NO_S
See Also:
Constant Field Values

ERR_N_NOT_NUM

public static final int ERR_N_NOT_NUM
See Also:
Constant Field Values

ERR_N_NOT_NUM_OR_SEQ

public static final int ERR_N_NOT_NUM_OR_SEQ
See Also:
Constant Field Values

ERR_NO_N

public static final int ERR_NO_N
See Also:
Constant Field Values

ERR_N_NOT_NEEDED

public static final int ERR_N_NOT_NEEDED
See Also:
Constant Field Values

ERR_NO_O

public static final int ERR_NO_O
See Also:
Constant Field Values

ERR_NO_F1

public static final int ERR_NO_F1
See Also:
Constant Field Values

ERR_NO_F2

public static final int ERR_NO_F2
See Also:
Constant Field Values

ERR_B_NOT_NEEDED

public static final int ERR_B_NOT_NEEDED
See Also:
Constant Field Values

ERR_NO_B

public static final int ERR_NO_B
See Also:
Constant Field Values

ERR_NO_F

public static final int ERR_NO_F
See Also:
Constant Field Values

ERR_NOT_XML

public static final int ERR_NOT_XML
See Also:
Constant Field Values

ERR_BL_NOT_NEEDED

public static final int ERR_BL_NOT_NEEDED
See Also:
Constant Field Values

ERR_NO_BL

public static final int ERR_NO_BL
See Also:
Constant Field Values

ERR_NO_F_OR_D

public static final int ERR_NO_F_OR_D
See Also:
Constant Field Values

ERR_BOTH_F_OR_D

public static final int ERR_BOTH_F_OR_D
See Also:
Constant Field Values

ERR_STEP_ZERO_OR_NEGATIVE

public static final int ERR_STEP_ZERO_OR_NEGATIVE
See Also:
Constant Field Values

ERR_BREGEXP_NOT_NEEDED

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

ParseException

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

ParseException

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

ParseException

public ParseException(int exceptionErrorCode)

ParseException

public ParseException(java.lang.Throwable e)

ParseException

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