Serialized Form
-
Package io.cucumber.cucumberexpressions
-
Class io.cucumber.cucumberexpressions.AmbiguousParameterTypeException extends CucumberExpressionException implements Serializable
-
Serialized Fields
-
generatedExpressions
List<GeneratedExpression> generatedExpressions
-
parameterTypeRegexp
String parameterTypeRegexp
-
parameterTypes
SortedSet<ParameterType<?>> parameterTypes
-
regexp
Pattern regexp
-
-
-
Class io.cucumber.cucumberexpressions.CucumberExpressionException extends RuntimeException implements Serializable
-
Class io.cucumber.cucumberexpressions.DuplicateTypeNameException extends CucumberExpressionException implements Serializable
-
Class io.cucumber.cucumberexpressions.UndefinedParameterTypeException extends CucumberExpressionException implements Serializable
-
Serialized Fields
-
undefinedParameterTypeName
String undefinedParameterTypeName
-
-
-