|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sqlproc.engine.impl.ErrorMsg
public class ErrorMsg
Every parser error is encapsulated into the instance of this class.
| Field Summary | |
|---|---|
private int |
length
|
private int |
line
|
private String |
msg
|
private String |
name
|
private int |
start
|
| Constructor Summary | |
|---|---|
ErrorMsg(String name,
String msg,
int start,
int length,
int line)
|
|
| Method Summary | |
|---|---|
int |
getLength()
|
int |
getLine()
|
String |
getMsg()
|
int |
getStart()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private String name
private String msg
private int start
private int length
private int line
| Constructor Detail |
|---|
public ErrorMsg(String name,
String msg,
int start,
int length,
int line)
| Method Detail |
|---|
public int getLength()
public int getLine()
public String getMsg()
public int getStart()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||