|
Doclet API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DocErrorReporter
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 |
---|
void printError(String msg)
msg
- message to printvoid printError(SourcePosition pos, String msg)
pos
- the position item where the error occursmsg
- message to printvoid printWarning(String msg)
msg
- message to printvoid printWarning(SourcePosition pos, String msg)
pos
- the position item where the warning occursmsg
- message to printvoid printNotice(String msg)
msg
- message to printvoid 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 |