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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FVTTestFailureException(FVTResults results)Simple constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
FVTTestFailureException
public FVTTestFailureException(FVTResults results)
Simple constructor- Parameters:
results- details of the test failure
-
-