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
@API(status=STABLE, since="5.0") public class ExtensionContextException extends JUnitException
Thrown if an error is encountered regarding the use of anExtensionContext
orExtensionContext.Store
.- Since:
- 5.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExtensionContextException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ExtensionContextException
public ExtensionContextException(String message)
-
-