Class FVTTestFailureException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.odpi.openmetadata.fvt.utilities.exceptions.FVTTestFailureException
All Implemented Interfaces:
Serializable

public class FVTTestFailureException extends Exception
FVTTestFailureException is the exception thrown when a test fails.
See Also:
  • Constructor Details

    • FVTTestFailureException

      public FVTTestFailureException(FVTResults results)
      Simple constructor
      Parameters:
      results - details of the test failure
  • Method Details