com.sun.tools.jxc.apt
Class ErrorReceiverImpl
java.lang.Object
com.sun.tools.xjc.ErrorReceiver
com.sun.tools.jxc.apt.ErrorReceiverImpl
- All Implemented Interfaces:
- ErrorListener, org.xml.sax.ErrorHandler
final class ErrorReceiverImpl
- extends ErrorReceiver
Method Summary |
void |
error(org.xml.sax.SAXParseException exception)
|
void |
fatalError(org.xml.sax.SAXParseException exception)
|
void |
info(org.xml.sax.SAXParseException exception)
Reports verbose messages to users. |
void |
warning(org.xml.sax.SAXParseException exception)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ErrorReceiverImpl
public ErrorReceiverImpl(com.sun.mirror.apt.Messager messager,
boolean debug)
ErrorReceiverImpl
public ErrorReceiverImpl(com.sun.mirror.apt.Messager messager)
ErrorReceiverImpl
public ErrorReceiverImpl(com.sun.mirror.apt.AnnotationProcessorEnvironment env)
error
public void error(org.xml.sax.SAXParseException exception)
- Specified by:
error
in interface ErrorListener
- Specified by:
error
in interface org.xml.sax.ErrorHandler
- Specified by:
error
in class ErrorReceiver
fatalError
public void fatalError(org.xml.sax.SAXParseException exception)
- Specified by:
fatalError
in interface ErrorListener
- Specified by:
fatalError
in interface org.xml.sax.ErrorHandler
- Specified by:
fatalError
in class ErrorReceiver
warning
public void warning(org.xml.sax.SAXParseException exception)
- Specified by:
warning
in interface ErrorListener
- Specified by:
warning
in interface org.xml.sax.ErrorHandler
- Specified by:
warning
in class ErrorReceiver
info
public void info(org.xml.sax.SAXParseException exception)
- Description copied from class:
ErrorReceiver
- Reports verbose messages to users.
This method can be used to report additional non-essential
messages. The implementation usually discards them
unless some specific debug option is turned on.
- Specified by:
info
in interface ErrorListener
- Specified by:
info
in class ErrorReceiver