Class ValidationReportException

All Implemented Interfaces:
Serializable

public class ValidationReportException extends AbstractCheckedException
Thrown when the validation report is not created.
Since:
2.4
See Also:
  • Constructor Details

    • ValidationReportException

      public ValidationReportException(String message)
      Constructs a ValidationReportException object with the specified detail message.
      Parameters:
      message - The detail message (which is saved for later retrieval by the AbstractCheckedException.getMessage()).