public final class InvalidPdfFileFormatException extends InvalidFileFormatException
The exception that is thrown when a pdf file is invalid.
Constructor and Description |
---|
InvalidPdfFileFormatException(String message)
Initializes a new instance of the
InvalidPdfFileFormatException class. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public InvalidPdfFileFormatException(String message)
Initializes a new instance of the InvalidPdfFileFormatException
class.
message
- The message.