public class PDFConfigurationException extends PDFException
| Constructor and Description |
|---|
PDFConfigurationException(String message)
Create a new PDFConfigurationException.
|
PDFConfigurationException(String message,
Throwable cause)
Create a new PDFConfigurationException wrapping an existing exception.
|
PDFConfigurationException(Throwable cause)
Create a new PDFConfigurationException wrapping an existing exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PDFConfigurationException(String message)
message - the detail message.public PDFConfigurationException(String message, Throwable cause)
message - the detail message.cause - the cause.public PDFConfigurationException(Throwable cause)
cause - the cause.Copyright © 2010 - 2020 Adobe. All Rights Reserved