Class VeraPDFException

    • Constructor Detail

      • VeraPDFException

        public VeraPDFException()
        Default constructor for VeraPDFException.
      • VeraPDFException

        public VeraPDFException​(String message)
        Constructs new VeraPDFException with a String message
        Parameters:
        message - a String message describing the cause of the exception.
      • VeraPDFException

        public VeraPDFException​(String message,
                                Throwable cause)
        Constructs new VeraPDFException with a String message and a Throwable cause.
        Parameters:
        message - a String message describing the cause of the exception.
        cause - Throwable cause of the exception.