Module org.junit.jupiter.api
Package org.junit.jupiter.api.extension
Class ExtensionContextException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.junit.platform.commons.JUnitException
org.junit.jupiter.api.extension.ExtensionContextException
- All Implemented Interfaces:
Serializable
Thrown if an error is encountered regarding the use of an
ExtensionContext
or ExtensionContext.Store
.- Since:
- 5.0
- See Also:
- Serialized Form
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExtensionContextException
-