Class TemplateInvocationValidationException

  • All Implemented Interfaces:
    java.io.Serializable

    @API(status=MAINTAINED,
         since="5.13.3")
    public class TemplateInvocationValidationException
    extends org.junit.platform.commons.JUnitException
    TemplateInvocationValidationException is an exception thrown by a TestTemplateInvocationContextProvider or ClassTemplateInvocationContextProvider if a validation fails when while providing or closing Stream of invocation contexts.
    Since:
    5.13
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TemplateInvocationValidationException

        public TemplateInvocationValidationException​(java.lang.String message)