gherkin.parser
Class ParseError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
gherkin.parser.ParseError
- All Implemented Interfaces:
- Serializable
public class ParseError
- extends RuntimeException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParseError
public ParseError(String state,
String event,
List<String> legalEvents,
String uri,
Integer line)
getLegalEvents
public List<String> getLegalEvents()
getState
public String getState()
Copyright © 2013. All rights reserved.