Package com.itextpdf.text.exceptions
Class UnsupportedPdfException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.itextpdf.text.exceptions.InvalidPdfException
-
- com.itextpdf.text.exceptions.UnsupportedPdfException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedPdfException extends InvalidPdfException
Typed exception used when opening an existing PDF document. Gets thrown when the document isn't a valid PDF document according to iText, but it's different from the InvalidPdfException in the sense that it may be an iText limitation (most of the times it isn't but you might have bumped into something that has been added to the PDF specs, but that isn't supported in iText yet).- Since:
- 2.1.5
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
a serial version UID
-
Constructor Summary
Constructors Constructor Description UnsupportedPdfException(java.lang.String message)
Creates an instance of an UnsupportedPdfException.
-
Method Summary
-
Methods inherited from class com.itextpdf.text.exceptions.InvalidPdfException
getCause
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
a serial version UID- See Also:
- Constant Field Values
-
-