Package org.jbehave.core.junit
Class AnnotatedEmbedderUtils.AnnotatedEmbedderRunnerInstantiationFailed
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jbehave.core.junit.AnnotatedEmbedderUtils.AnnotatedEmbedderRunnerInstantiationFailed
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AnnotatedEmbedderUtils
public static class AnnotatedEmbedderUtils.AnnotatedEmbedderRunnerInstantiationFailed
extends RuntimeException
- See Also:
-
Constructor Summary
ConstructorDescriptionAnnotatedEmbedderRunnerInstantiationFailed
(Class<?> runnerClass, String annotatedClassName, EmbedderClassLoader classLoader, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AnnotatedEmbedderRunnerInstantiationFailed
public AnnotatedEmbedderRunnerInstantiationFailed(Class<?> runnerClass, String annotatedClassName, EmbedderClassLoader classLoader, Throwable cause)
-