See: Description
| Interface | Description |
|---|---|
| IErrorReporter |
An instance of this interface is used to report compile-time errors to the user/programmer.
|
| Class | Description |
|---|---|
| BasicErrorReporter |
An instance of this class is an error-reporter that reports errors to a PrintStream.
|
| CoupledErrorReporter |
An instance of this class is an error-reporter that routes reports through two other
error-reporters.
|
| ErrorReport |
An instance of this class is an error-report that describes the failure of a single static check.
|
| Enum | Description |
|---|---|
| ErrorCode |
An instance of this enum identifies the type of a compile-time error.
|