Package io.cucumber.cucumberexpressions
Class AmbiguousParameterTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.cucumber.cucumberexpressions.CucumberExpressionException
-
- io.cucumber.cucumberexpressions.AmbiguousParameterTypeException
-
- All Implemented Interfaces:
Serializable
@API(status=STABLE) public final class AmbiguousParameterTypeException extends CucumberExpressionException
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<GeneratedExpression>getGeneratedExpressions()StringgetParameterTypeRegexp()SortedSet<ParameterType<?>>getParameterTypes()PatterngetRegexp()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getRegexp
public Pattern getRegexp()
-
getParameterTypeRegexp
public String getParameterTypeRegexp()
-
getParameterTypes
public SortedSet<ParameterType<?>> getParameterTypes()
-
getGeneratedExpressions
public List<GeneratedExpression> getGeneratedExpressions()
-
-