Package com.lowagie.text.exceptions
Class IllegalPdfSyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.lowagie.text.exceptions.IllegalPdfSyntaxException
- All Implemented Interfaces:
Serializable
Typed exception used when creating PDF syntax that isn't valid.
- Since:
- 2.1.6
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIllegalPdfSyntaxException
(String message) Creates an exception saying the PDF syntax isn't correct. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerial version ID- See Also:
-
-
Constructor Details
-
IllegalPdfSyntaxException
Creates an exception saying the PDF syntax isn't correct.- Parameters:
message
- some extra info about the exception
-