org.jbehave.core.embedder
Class Embedder.ViewGenerationFailed

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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
Embedder.ViewGenerationFailed(File outputDirectory, List<String> formats, Properties viewResources, RuntimeException cause)
           
Embedder.ViewGenerationFailed(File outputDirectory, StoryMaps storyMaps, Properties viewResources, RuntimeException cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

Embedder.ViewGenerationFailed

public Embedder.ViewGenerationFailed(File outputDirectory,
                                     List<String> formats,
                                     Properties viewResources,
                                     RuntimeException cause)

Embedder.ViewGenerationFailed

public Embedder.ViewGenerationFailed(File outputDirectory,
                                     StoryMaps storyMaps,
                                     Properties viewResources,
                                     RuntimeException cause)


Copyright © 2003-2011. All Rights Reserved.