|
Doclet API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface provides error, warning and notice printing.
Method Summary | |
void |
printError(SourcePosition pos,
String msg)
Print an error message and increment error count. |
void |
printError(String msg)
Print error message and increment error count. |
void |
printNotice(SourcePosition pos,
String msg)
Print a message. |
void |
printNotice(String msg)
Print a message. |
void |
printWarning(SourcePosition pos,
String msg)
Print warning message and increment warning count. |
void |
printWarning(String msg)
Print warning message and increment warning count. |
Method Detail |
public void printError(String msg)
msg
- message to printpublic void printError(SourcePosition pos, String msg)
pos
- the position item where the error occursmsg
- message to printpublic void printWarning(String msg)
msg
- message to printpublic void printWarning(SourcePosition pos, String msg)
pos
- the position item where the warning occursmsg
- message to printpublic void printNotice(String msg)
msg
- message to printpublic void printNotice(SourcePosition pos, String msg)
pos
- the position item where the message occursmsg
- message to print
|
Doclet API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |