com.sun.tools.xjc

Class ConsoleErrorReporter

public class ConsoleErrorReporter extends ErrorReceiver

ErrorReceiver that prints to a PrintStream.
Constructor Summary
ConsoleErrorReporter(PrintStream out)
ConsoleErrorReporter(OutputStream out)
ConsoleErrorReporter()
Method Summary
voiderror(SAXParseException e)
voidfatalError(SAXParseException e)
booleanhadError()
voidinfo(SAXParseException e)
voidwarning(SAXParseException e)

Constructor Detail

ConsoleErrorReporter

public ConsoleErrorReporter(PrintStream out)

ConsoleErrorReporter

public ConsoleErrorReporter(OutputStream out)

ConsoleErrorReporter

public ConsoleErrorReporter()

Method Detail

error

public void error(SAXParseException e)

fatalError

public void fatalError(SAXParseException e)

hadError

public boolean hadError()

info

public void info(SAXParseException e)

warning

public void warning(SAXParseException e)