com.irisel.util
Class ParseError
java.lang.Object
com.irisel.util.ParseError
public class ParseError
- extends java.lang.Object
The ParseError class wraps up all the error info from
the ErrorStorer's error method.
- See Also:
ErrorStorer
Constructor Summary |
ParseError(java.lang.String fileName,
int lineNo,
int charOffset,
java.lang.Object key,
java.lang.String msg)
Constructor |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParseError
public ParseError(java.lang.String fileName,
int lineNo,
int charOffset,
java.lang.Object key,
java.lang.String msg)
- Constructor
getFileName
public java.lang.String getFileName()
getLineNo
public int getLineNo()
getCharOffset
public int getCharOffset()
getKey
public java.lang.Object getKey()
getMsg
public java.lang.String getMsg()
setMsg
public void setMsg(java.lang.String s)