Package org.jbehave.core.steps
Class StepCreator.ParameterNotFound
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jbehave.core.steps.StepCreator.ParameterNotFound
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- StepCreator
public static class StepCreator.ParameterNotFound extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParameterNotFound(int position, String[] parameters)
ParameterNotFound(String name, String[] parameters)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-