java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.renomad.minum.testing.TestFailureException
- All Implemented Interfaces:
Serializable
Thrown when a test fails
- See Also:
-
Constructor Summary
ConstructorDescriptionThis constructor allows you to provide a text message for insight into what exceptional situation took place. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TestFailureException
This constructor allows you to provide a text message for insight into what exceptional situation took place.
-