Class ExtensionConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.junit.platform.commons.JUnitException
org.junit.jupiter.api.extension.ExtensionConfigurationException
- All Implemented Interfaces:
Serializable
@API(status=STABLE,
since="5.0")
public class ExtensionConfigurationException
extends JUnitException
Thrown if an error is encountered regarding the configuration of an
extension.
Extensibility
Although it is technically possible to extend this class, extension is strongly discouraged.
- Since:
- 5.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExtensionConfigurationException(String message) ExtensionConfigurationException(String message, @Nullable Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExtensionConfigurationException
-
ExtensionConfigurationException
-