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
public static class Embedder.ViewGenerationFailed extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ViewGenerationFailed(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 Detail
-
ViewGenerationFailed
public ViewGenerationFailed(File outputDirectory, List<String> formats, Properties viewResources, RuntimeException cause)
-
ViewGenerationFailed
public ViewGenerationFailed(File outputDirectory, StoryMaps storyMaps, Properties viewResources, RuntimeException cause)
-
-