sidekick.util
Class ParseError
java.lang.Object
sidekick.util.ParseError
public class ParseError
- extends java.lang.Object
Class to represent the location of a parsing error. A parser can produce a
list of these which can then be used to send messages to ErrorList. Note this
does NOT derive from java.lang.Error, rather, it represents an error message
and location to send to the ErrorList plugin.
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
message
public java.lang.String message
range
public Range range
ParseError
public ParseError(java.lang.String message)
ParseError
public ParseError(java.lang.String message,
Range range)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object