Class ErrorMsg
java.lang.Object
org.sqlproc.engine.impl.ErrorMsg
Every parser error is encapsulated into the instance of this class.
- Author:
- Vladimir Hudec
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
msg
-
start
private int start -
length
private int length -
line
private int line
-
-
Constructor Details
-
ErrorMsg
-
-
Method Details
-
getLength
public int getLength() -
getLine
public int getLine() -
getMsg
-
getStart
public int getStart() -
toString
-