org.jbehave.core.steps
Class PendingStepMethodGenerator.StartingWordNotFound

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jbehave.core.steps.PendingStepMethodGenerator.StartingWordNotFound
All Implemented Interfaces:
Serializable
Enclosing class:
PendingStepMethodGenerator

public static class PendingStepMethodGenerator.StartingWordNotFound
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
PendingStepMethodGenerator.StartingWordNotFound(StepType stepType, Map<StepType,String> startingWordsByType)
           
PendingStepMethodGenerator.StartingWordNotFound(String step, Map<StepType,String> startingWordsByType)
           
 
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

PendingStepMethodGenerator.StartingWordNotFound

public PendingStepMethodGenerator.StartingWordNotFound(String step,
                                                       Map<StepType,String> startingWordsByType)

PendingStepMethodGenerator.StartingWordNotFound

public PendingStepMethodGenerator.StartingWordNotFound(StepType stepType,
                                                       Map<StepType,String> startingWordsByType)


Copyright © 2003-2011. All Rights Reserved.