Class ParseError

java.lang.Object
com.twineworks.tweakflow.lang.parse.util.ParseError

public class ParseError extends Object
  • Constructor Details

    • ParseError

      public ParseError(LangException error, int line, int charIndex)
  • Method Details

    • getError

      public LangException getError()
    • getLine

      public int getLine()
    • getCharIndex

      public int getCharIndex()