Package com.itextpdf.text.exceptions
Class IllegalPdfSyntaxException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- com.itextpdf.text.exceptions.IllegalPdfSyntaxException
-
- All Implemented Interfaces:
java.io.Serializable
public class IllegalPdfSyntaxException extends java.lang.IllegalArgumentException
Typed exception used when creating PDF syntax that isn't valid.- Since:
- 2.1.6
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
Serial version ID
-
Constructor Summary
Constructors Constructor Description IllegalPdfSyntaxException(java.lang.String message)
Creates an exception saying the PDF syntax isn't correct.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Serial version ID- See Also:
- Constant Field Values
-
-