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