Package org.codehaus.groovy.groovydoc
Interface GroovyDocErrorReporter
- All Known Subinterfaces:
GroovyRootDoc
- All Known Implementing Classes:
SimpleGroovyRootDoc
public interface GroovyDocErrorReporter
Reports errors, warnings, and notices discovered while building documentation.
-
Method Summary
Modifier and TypeMethodDescriptionvoidprintError(String arg0) Reports an error message.voidprintNotice(String arg0) Reports an informational notice.voidprintWarning(String arg0) Reports a warning message.
-
Method Details
-
printError
Reports an error message.- Parameters:
arg0- the error message
-
printNotice
Reports an informational notice.- Parameters:
arg0- the notice message
-
printWarning
Reports a warning message.- Parameters:
arg0- the warning message
-