|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgate.yam.parse.ParsingProblem
public class ParsingProblem
Class storing data about errors and warnings during parsing.
| Field Summary | |
|---|---|
int |
beginColumn
Where the error starts and ends. |
int |
beginLine
Where the error starts and ends. |
Exception |
e
Exception thrown by the parser (may be null). |
int |
endColumn
Where the error starts and ends. |
int |
endLine
Where the error starts and ends. |
String |
error
The text of the error. |
boolean |
included
Was this in an included file? |
| Constructor Summary | |
|---|---|
ParsingProblem(int beginLine,
int beginColumn,
int endLine,
int endColumn,
Exception e,
String error,
boolean included)
Construction. |
|
| Method Summary | |
|---|---|
String |
getMessage()
A message for printing. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int beginLine
public int beginColumn
public int endLine
public int endColumn
public Exception e
public String error
public boolean included
| Constructor Detail |
|---|
public ParsingProblem(int beginLine,
int beginColumn,
int endLine,
int endColumn,
Exception e,
String error,
boolean included)
| Method Detail |
|---|
public String getMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||