public abstract class ConvertPdfException extends Exception
| Constructor and Description |
|---|
ConvertPdfException()
Default constructor.
|
ConvertPdfException(Exception e)
A constructor used to create a Convert PDF exception based on an Exception instance.
|
ConvertPdfException(String reason)
A constructor used to create a Convert PDF exception, using a message to be displayed.
|
ConvertPdfException(String reason,
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.
|
public ConvertPdfException()
public ConvertPdfException(Exception e)
e - The exception instance used to generate the exception.public ConvertPdfException(String reason)
reason - The message to be displayed.public ConvertPdfException(String reason, 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.Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.