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:
Serializable
public class IllegalPdfSyntaxException extends IllegalArgumentException
Typed exception used when creating PDF syntax that isn't valid.- Since:
- 2.1.6
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalPdfSyntaxException(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
-
-
-
-
Constructor Detail
-
IllegalPdfSyntaxException
public IllegalPdfSyntaxException(String message)
Creates an exception saying the PDF syntax isn't correct.- Parameters:
message
- some extra info about the exception
-
-