- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.itextpdf.text.exceptions.InvalidPdfException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
UnsupportedPdfException
public class InvalidPdfException extends java.io.IOExceptionTyped exception used when opening an existing PDF document. Gets thrown when the document isn't a valid PDF document.- Since:
- 2.1.5
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidPdfException(java.lang.String message)Creates an instance of a NoPdfException.
-