|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ParseErrorListener
An interface defining methods for receiving warning and error messages from an RDF parser.
| Method Summary | |
|---|---|
void |
error(String msg,
int lineNo,
int colNo)
Reports an error from the parser. |
void |
fatalError(String msg,
int lineNo,
int colNo)
Reports a fatal error from the parser. |
void |
warning(String msg,
int lineNo,
int colNo)
Reports a warning from the parser. |
| Method Detail |
|---|
void warning(String msg,
int lineNo,
int colNo)
msg - A warning message.lineNo - A line number related to the warning, or -1 if not
available or applicable.colNo - A column number related to the warning, or -1 if not
available or applicable.
void error(String msg,
int lineNo,
int colNo)
msg - A error message.lineNo - A line number related to the error, or -1 if not
available or applicable.colNo - A column number related to the error, or -1 if not
available or applicable.
void fatalError(String msg,
int lineNo,
int colNo)
msg - A error message.lineNo - A line number related to the error, or -1 if not
available or applicable.colNo - A column number related to the error, or -1 if not
available or applicable.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||