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