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, org.xml.sax.ErrorHandler
- Direct Known Subclasses:
- DelegatingErrorReceiverImpl
public class ErrorReceiverImpl
- extends java.lang.Object
- implements com.sun.tools.xjc.api.ErrorListener
Method Summary |
void |
error(org.xml.sax.SAXParseException e)
|
void |
fatalError(org.xml.sax.SAXParseException e)
|
boolean |
hasFatalErrors()
|
void |
info(org.xml.sax.SAXParseException e)
|
void |
warning(org.xml.sax.SAXParseException e)
|
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(org.xml.sax.SAXParseException e)
- Specified by:
error
in interface com.sun.xml.bind.api.ErrorListener
- Specified by:
error
in interface org.xml.sax.ErrorHandler
fatalError
public void fatalError(org.xml.sax.SAXParseException e)
- Specified by:
fatalError
in interface com.sun.xml.bind.api.ErrorListener
- Specified by:
fatalError
in interface org.xml.sax.ErrorHandler
warning
public void warning(org.xml.sax.SAXParseException e)
- Specified by:
warning
in interface com.sun.xml.bind.api.ErrorListener
- Specified by:
warning
in interface org.xml.sax.ErrorHandler
info
public void info(org.xml.sax.SAXParseException e)
- Specified by:
info
in interface com.sun.xml.bind.api.ErrorListener
hasFatalErrors
public boolean hasFatalErrors()
Copyright © 2004-2011. All Rights Reserved.