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
ConstructorsConstructorDescriptionThis constructor allows you to provide a text message for insight into what exceptional situation took place.TestFailureException(String msg, Throwable cause) This constructor allows users to provide a message and also the cause of the exception. -
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. -
TestFailureException
This constructor allows users to provide a message and also the cause of the exception.
-