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 Type
    Method
    Description
    void
    Reports an error message.
    void
    Reports an informational notice.
    void
    Reports a warning message.
  • Method Details

    • printError

      void printError(String arg0)
      Reports an error message.
      Parameters:
      arg0 - the error message
    • printNotice

      void printNotice(String arg0)
      Reports an informational notice.
      Parameters:
      arg0 - the notice message
    • printWarning

      void printWarning(String arg0)
      Reports a warning message.
      Parameters:
      arg0 - the warning message