public static class PrintStreamErrorManager
extends java.lang.Object
An error manager that prints errors and warnings to the print stream
provided in addition to the functionality of the
BasicErrorManager
.
It collaborates with a SourceExcerptProvider
via a
MessageFormatter
to display error messages with source context.