org.jbehave.core.embedder
Class StoryManager.ThrowableStory

java.lang.Object
  extended by org.jbehave.core.embedder.StoryManager.ThrowableStory
Enclosing class:
StoryManager

public static class StoryManager.ThrowableStory
extends Object


Constructor Summary
StoryManager.ThrowableStory(Story story, Throwable throwable)
           
 
Method Summary
 Story getStory()
           
 Throwable getThrowable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoryManager.ThrowableStory

public StoryManager.ThrowableStory(Story story,
                                   Throwable throwable)
Method Detail

getStory

public Story getStory()

getThrowable

public Throwable getThrowable()


Copyright © 2003-2012. All Rights Reserved.