org.pdfsam.console.exceptions.console
Class SlideShowException

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

public class SlideShowException
extends ConsoleException

Exception thrown while setting transitions options to pdf files

Author:
Andrea Vacondio
See Also:
Serialized Form

Field Summary
static int ERR_BAD_INPUT_STRING
           
static int ERR_DEFAULT_TRANSITION_ALREADY_SET
           
static int ERR_EMPTY_INPUT_STRING
           
static int ERR_READING_TRANSITION
           
static int ERR_READING_XML_TRANSITIONS_FILE
           
static int ERR_UNCOMPLETE_INPUT_STRING
           
static int UNABLE_TO_ADD_TRANSITION
           
 
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
SlideShowException(int exceptionErrorCode)
           
SlideShowException(int exceptionErrorCode, java.lang.String[] args)
           
SlideShowException(int exceptionErrorCode, java.lang.String[] args, java.lang.Throwable e)
           
SlideShowException(int exceptionErrorCode, java.lang.Throwable e)
           
SlideShowException(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_EMPTY_INPUT_STRING

public static final int ERR_EMPTY_INPUT_STRING
See Also:
Constant Field Values

ERR_UNCOMPLETE_INPUT_STRING

public static final int ERR_UNCOMPLETE_INPUT_STRING
See Also:
Constant Field Values

ERR_BAD_INPUT_STRING

public static final int ERR_BAD_INPUT_STRING
See Also:
Constant Field Values

UNABLE_TO_ADD_TRANSITION

public static final int UNABLE_TO_ADD_TRANSITION
See Also:
Constant Field Values

ERR_READING_XML_TRANSITIONS_FILE

public static final int ERR_READING_XML_TRANSITIONS_FILE
See Also:
Constant Field Values

ERR_DEFAULT_TRANSITION_ALREADY_SET

public static final int ERR_DEFAULT_TRANSITION_ALREADY_SET
See Also:
Constant Field Values

ERR_READING_TRANSITION

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

SlideShowException

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

SlideShowException

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

SlideShowException

public SlideShowException(int exceptionErrorCode)

SlideShowException

public SlideShowException(java.lang.Throwable e)

SlideShowException

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