public interface DocErrorReporter
Modifier and Type | Method and Description |
---|---|
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.
|
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 Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.