com.adobe.livecycle.convertpdfservice.exception
Class ConvertPdfException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.adobe.livecycle.convertpdfservice.exception.ConvertPdfException
All Implemented Interfaces:
java.io.Serializable

public class ConvertPdfException
extends java.lang.Exception

An exception class used to indicate that an exception has occurred when converting a PDF document to a PostScript or image file.

See Also:
Serialized Form

Constructor Summary
ConvertPdfException()
          Default constructor.
ConvertPdfException(java.lang.Exception e)
          A constructor used to create a Convert PDF exception based on an Exception instance.
ConvertPdfException(java.lang.String reason)
          A constructor used to create a Convert PDF exception, using a message to be displayed.
ConvertPdfException(java.lang.String resourceID, java.util.logging.Level level, boolean log)
          A constructor that finds a string using a resource identifier and optional logs.
ConvertPdfException(java.lang.String resourceID, java.lang.String[] args, java.util.logging.Level level, boolean log)
          A constructor that finds a string using a resource identifier.
ConvertPdfException(java.lang.String reason, java.lang.Throwable e)
          A constructor used to create a Convert PDF exception, using a message to be displayed as well as a stack trace based on the cause of the exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConvertPdfException

public ConvertPdfException()
Default constructor.


ConvertPdfException

public ConvertPdfException(java.lang.Exception e)
A constructor used to create a Convert PDF exception based on an Exception instance.

Parameters:
e - The exception instance used to generate the exception.

ConvertPdfException

public ConvertPdfException(java.lang.String reason)
A constructor used to create a Convert PDF exception, using a message to be displayed.

Parameters:
reason - The message to be displayed.

ConvertPdfException

public ConvertPdfException(java.lang.String reason,
                           java.lang.Throwable e)
A constructor used to create a Convert PDF exception, using a message to be displayed as well as a stack trace based on the cause of the exception.

Parameters:
reason - The message to be displayed.
e - The exception class used to generate the stack trace based on the cause of the exception.

ConvertPdfException

public ConvertPdfException(java.lang.String resourceID,
                           java.util.logging.Level level,
                           boolean log)
A constructor that finds a string using a resource identifier and optional logs.

Parameters:
resourceID - The resource identifier used to find the string.
level - The logging level, if a log is used.
log - Determines whether a log is to be used.

ConvertPdfException

public ConvertPdfException(java.lang.String resourceID,
                           java.lang.String[] args,
                           java.util.logging.Level level,
                           boolean log)
A constructor that finds a string using a resource identifier. It merges arguments and optional logs.

Parameters:
resourceID - The resource identifier used to find the string.
args - The arguments used to find the string.
level - The logging level, if a log is used.
log - Determines whether a log is to be used.


[an error occurred while processing this directive] [an error occurred while processing this directive]