Class ValidationException

All Implemented Interfaces:
Serializable

public class ValidationException extends VeraPDFException
Exception type for problems encountered while performing validation.
Author:
Maksim Bezrukov
See Also:
  • Constructor Details

    • ValidationException

      public ValidationException()
      Default constructor for ValidationException.
    • ValidationException

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

      public ValidationException(String message, Throwable cause)
      Constructs new ValidationException 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.