|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.adobe.livecycle.convertpdfservice.exception.ConvertPdfException
public class ConvertPdfException
An exception class used to indicate that an exception has occurred when converting a PDF document to a PostScript or image file.
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 |
---|
public ConvertPdfException()
public ConvertPdfException(java.lang.Exception e)
e
- The exception instance used to generate the exception.public ConvertPdfException(java.lang.String reason)
reason
- The message to be displayed.public ConvertPdfException(java.lang.String reason, java.lang.Throwable e)
reason
- The message to be displayed.e
- The exception class used to generate the stack trace based on the cause of the exception.public ConvertPdfException(java.lang.String resourceID, java.util.logging.Level level, boolean log)
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.public ConvertPdfException(java.lang.String resourceID, java.lang.String[] args, java.util.logging.Level level, boolean log)
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |