Class RuleFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jenkinsci.test.acceptance.junit.RuleFailedException
- All Implemented Interfaces:
Serializable
This is a service exception that wraps the TestRule failure to all traceability back to failing test rules.
- See Also:
-
Constructor Summary
ConstructorDescriptionRuleFailedException
(Throwable throwable, org.junit.rules.TestRule failingRule) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RuleFailedException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-