org.jbehave.core.steps
Class CandidateStep.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.CandidateStep.StartingWordNotFound
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CandidateStep

public static class CandidateStep.StartingWordNotFound
extends java.lang.RuntimeException

See Also:
Serialized Form

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

CandidateStep.StartingWordNotFound

public CandidateStep.StartingWordNotFound(java.lang.String step,
                                          StepType stepType,
                                          java.util.Map<StepType,java.lang.String> startingWordsByType)

CandidateStep.StartingWordNotFound

public CandidateStep.StartingWordNotFound(StepType stepType,
                                          java.util.Map<StepType,java.lang.String> startingWordsByType)


Copyright © 2003-2010. All Rights Reserved.