org.codehaus.xfire.gen.jaxb
Class ErrorReceiverImpl
java.lang.Object
org.codehaus.xfire.gen.jaxb.ErrorReceiverImpl
- All Implemented Interfaces:
- com.sun.xml.bind.api.ErrorListener, ErrorHandler
- Direct Known Subclasses:
- DelegatingErrorReceiverImpl
public class ErrorReceiverImpl
- extends Object
- implements com.sun.tools.xjc.api.ErrorListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fatalErrors
protected boolean fatalErrors
ErrorReceiverImpl
public ErrorReceiverImpl()
error
public void error(SAXParseException e)
- Specified by:
error
in interface com.sun.xml.bind.api.ErrorListener
- Specified by:
error
in interface ErrorHandler
fatalError
public void fatalError(SAXParseException e)
- Specified by:
fatalError
in interface com.sun.xml.bind.api.ErrorListener
- Specified by:
fatalError
in interface ErrorHandler
warning
public void warning(SAXParseException e)
- Specified by:
warning
in interface com.sun.xml.bind.api.ErrorListener
- Specified by:
warning
in interface ErrorHandler
info
public void info(SAXParseException e)
- Specified by:
info
in interface com.sun.xml.bind.api.ErrorListener
hasFatalErrors
public boolean hasFatalErrors()
Copyright © 2004-2013. All Rights Reserved.