Package org.junit.jupiter.api.extension
Class TemplateInvocationValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.junit.platform.commons.JUnitException
-
- org.junit.jupiter.api.extension.TemplateInvocationValidationException
-
- All Implemented Interfaces:
java.io.Serializable
@API(status=MAINTAINED, since="5.13.3") public class TemplateInvocationValidationException extends org.junit.platform.commons.JUnitExceptionTemplateInvocationValidationExceptionis an exception thrown by aTestTemplateInvocationContextProviderorClassTemplateInvocationContextProviderif a validation fails when while providing or closingStreamof invocation contexts.- Since:
- 5.13
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TemplateInvocationValidationException(java.lang.String message)
-