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 TypeMethodDescriptionvoid
printError
(SourcePosition pos, String msg) Deprecated.Print an error message and increment error count.void
printError
(String msg) Deprecated.Print error message and increment error count.void
printNotice
(SourcePosition pos, String msg) Deprecated.Print a message.void
printNotice
(String msg) Deprecated.Print a message.void
printWarning
(SourcePosition pos, String msg) Deprecated.Print warning message and increment warning count.void
printWarning
(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.