Chapter 6. The error reporting API

Table of Contents

The error reporting API is very simple. A plugin that wishes to use it must do these three things:

The ErrorList plugin handles the rest (displaying errors in a list, error highlighting, and so on) automatically.

Note

All error list classes mentioned in this chapter are contained in the errorlist package. So you should add an import statement like the following to the start of your plugin's source file(s):

import errorlist.*;