Class BadPdfFormatException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID
      A serial version UID
    • Constructor Summary

      Constructors 
      Constructor Description
      BadPdfFormatException()
      Constructs a BadPdfFormatException whithout a message.
      BadPdfFormatException​(java.lang.String message)
      Constructs a BadPdfFormatException with a message.
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        A serial version UID
        See Also:
        Constant Field Values
    • Constructor Detail

      • BadPdfFormatException

        BadPdfFormatException()
        Constructs a BadPdfFormatException whithout a message.
      • BadPdfFormatException

        BadPdfFormatException​(java.lang.String message)
        Constructs a BadPdfFormatException with a message.
        Parameters:
        message - a message describing the exception