com.sun.tools.jxc.apt

Class ErrorReceiverImpl

final class ErrorReceiverImpl extends ErrorReceiver

Constructor Summary
ErrorReceiverImpl(Messager messager, boolean debug)
ErrorReceiverImpl(Messager messager)
ErrorReceiverImpl(AnnotationProcessorEnvironment env)
Method Summary
voiderror(SAXParseException exception)
voidfatalError(SAXParseException exception)
voidinfo(SAXParseException exception)
voidwarning(SAXParseException exception)

Constructor Detail

ErrorReceiverImpl

public ErrorReceiverImpl(Messager messager, boolean debug)

ErrorReceiverImpl

public ErrorReceiverImpl(Messager messager)

ErrorReceiverImpl

public ErrorReceiverImpl(AnnotationProcessorEnvironment env)

Method Detail

error

public void error(SAXParseException exception)

fatalError

public void fatalError(SAXParseException exception)

info

public void info(SAXParseException exception)

warning

public void warning(SAXParseException exception)