Package org.jbehave.core.embedder
Class Embedder.ViewGenerationFailed
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jbehave.core.embedder.Embedder.ViewGenerationFailed
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Embedder
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionViewGenerationFailed
(File outputDirectory, List<String> formats, Properties viewResources, RuntimeException cause) ViewGenerationFailed
(File outputDirectory, StoryMaps storyMaps, Properties viewResources, RuntimeException 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
-
ViewGenerationFailed
public ViewGenerationFailed(File outputDirectory, List<String> formats, Properties viewResources, RuntimeException cause) -
ViewGenerationFailed
public ViewGenerationFailed(File outputDirectory, StoryMaps storyMaps, Properties viewResources, RuntimeException cause)
-