gherkin.parser
Class ParseError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by gherkin.parser.ParseError
All Implemented Interfaces:
Serializable

public class ParseError
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
ParseError(String state, String event, List<String> legalEvents, String uri, Integer line)
           
 
Method Summary
 List<String> getLegalEvents()
           
 String getState()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParseError

public ParseError(String state,
                  String event,
                  List<String> legalEvents,
                  String uri,
                  Integer line)
Method Detail

getLegalEvents

public List<String> getLegalEvents()

getState

public String getState()


Copyright © 2013. All rights reserved.