Serializable
public class AmbiguousParameterTypeException extends CucumberExpressionException
Constructor | Description |
---|---|
AmbiguousParameterTypeException(String parameterTypeRegexp,
Pattern expressionRegexp,
SortedSet<ParameterType<?>> parameterTypes,
List<GeneratedExpression> generatedExpressions) |
Modifier and Type | Method | Description |
---|---|---|
List<GeneratedExpression> |
getGeneratedExpressions() |
|
String |
getParameterTypeRegexp() |
|
SortedSet<ParameterType<?>> |
getParameterTypes() |
|
Pattern |
getRegexp() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AmbiguousParameterTypeException(String parameterTypeRegexp, Pattern expressionRegexp, SortedSet<ParameterType<?>> parameterTypes, List<GeneratedExpression> generatedExpressions)
public Pattern getRegexp()
public String getParameterTypeRegexp()
public SortedSet<ParameterType<?>> getParameterTypes()
public List<GeneratedExpression> getGeneratedExpressions()
Copyright © 2018. All rights reserved.