Package gw.gosudoc.com.sun.javadoc
Interface DocErrorReporter
- All Known Subinterfaces:
RootDoc
- All Known Implementing Classes:
Messager,RootDocImpl
Deprecated.
This interface provides error, warning and notice printing.
- Since:
- 1.2
-
Method Summary
Modifier and TypeMethodDescriptionvoidprintError(SourcePosition pos, String msg) Deprecated.Print an error message and increment error count.voidprintError(String msg) Deprecated.Print error message and increment error count.voidprintNotice(SourcePosition pos, String msg) Deprecated.Print a message.voidprintNotice(String msg) Deprecated.Print a message.voidprintWarning(SourcePosition pos, String msg) Deprecated.Print warning message and increment warning count.voidprintWarning(String msg) Deprecated.Print warning message and increment warning count.
-
Method Details
-
printError
Deprecated.Print error message and increment error count.- Parameters:
msg- message to print
-
printError
Deprecated.Print an error message and increment error count.- Parameters:
pos- the position item where the error occursmsg- message to print- Since:
- 1.4
-
printWarning
Deprecated.Print warning message and increment warning count.- Parameters:
msg- message to print
-
printWarning
Deprecated.Print warning message and increment warning count.- Parameters:
pos- the position item where the warning occursmsg- message to print- Since:
- 1.4
-
printNotice
Deprecated.Print a message.- Parameters:
msg- message to print
-
printNotice
Deprecated.Print a message.- Parameters:
pos- the position item where the message occursmsg- message to print- Since:
- 1.4
-
jdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.