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