Class VeraPDFException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.verapdf.core.VeraPDFException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EncryptedPdfException, FeatureParsingException, ModelParsingException, ProfileException, ValidationException

public class VeraPDFException extends Exception
Top level exception class for all exceptions in veraPDF library.
Author:
Maksim Bezrukov
See Also:
  • Constructor Details

    • 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.