Class IllegalPdfSyntaxException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.gitlab.pdftk_java.com.lowagie.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:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serial version ID
      See Also:
  • Constructor Details

    • IllegalPdfSyntaxException

      public IllegalPdfSyntaxException(String message)
      Creates an exception saying the PDF syntax isn't correct.
      Parameters:
      message - some extra info about the exception