Class PdfException

    • Field Summary

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

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

      • serialVersionUID

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

      • PdfException

        public PdfException​(java.lang.Exception ex)
      • PdfException

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

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