com.lowagie.text.exceptions

Class IllegalPdfSyntaxException

public class IllegalPdfSyntaxException extends IllegalArgumentException

Typed exception used when creating PDF syntax that isn't valid.

Since: 2.1.6

Field Summary
static longserialVersionUID
Serial version ID
Constructor Summary
IllegalPdfSyntaxException(String message)
Creates an exception saying the PDF syntax isn't correct.

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial version ID

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