public interface GroovyDocErrorReporter
Reports errors, warnings, and notices discovered while building documentation.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
printError(String arg0)Reports an error message. |
|
public void |
printNotice(String arg0)Reports an informational notice. |
|
public void |
printWarning(String arg0)Reports a warning message. |
Reports an error message.
arg0 - the error messageReports an informational notice.
arg0 - the notice messageReports a warning message.
arg0 - the warning message