Package org.sqlproc.engine.impl
Class ErrorMsg
- java.lang.Object
-
- org.sqlproc.engine.impl.ErrorMsg
-
public class ErrorMsg extends Object
Every parser error is encapsulated into the instance of this class.- Author:
- Vladimir Hudec
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLength()
int
getLine()
String
getMsg()
int
getStart()
String
toString()
-