Class PreparationException

All Implemented Interfaces:
Serializable

public class PreparationException extends DcvException
Exception thrown when there is an issue with the preparation of the validation.

This exception is specifically used to indicate problems that occur during the preparation phase of the validation process. Issues in this phase can stem from various sources such as misconfigurations, missing data, or other pre-validation errors.

See Also:
  • Constructor Details

    • PreparationException

      public PreparationException(Set<DcvError> errors)
      Constructs a new PreparationException with a set of the specified DcvErrors.
      Parameters:
      errors - the set of DCV errors that caused the exception to be thrown.