org.codehaus.xfire.gen.jaxb
Class ErrorReceiverImpl

java.lang.Object
  extended by 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


Field Summary
protected  boolean fatalErrors
           
 
Constructor Summary
ErrorReceiverImpl()
           
 
Method Summary
 void error(SAXParseException e)
           
 void fatalError(SAXParseException e)
           
 boolean hasFatalErrors()
           
 void info(SAXParseException e)
           
 void warning(SAXParseException e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fatalErrors

protected boolean fatalErrors
Constructor Detail

ErrorReceiverImpl

public ErrorReceiverImpl()
Method Detail

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.