org.codehaus.xfire.gen.jaxb
Class ErrorReceiverImpl

java.lang.Object
  extended by org.codehaus.xfire.gen.jaxb.ErrorReceiverImpl

public class ErrorReceiverImpl
extends java.lang.Object


Constructor Summary
ErrorReceiverImpl()
           
 
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
 

Constructor Detail

ErrorReceiverImpl

public ErrorReceiverImpl()
Method Detail

error

public void error(org.xml.sax.SAXParseException e)

fatalError

public void fatalError(org.xml.sax.SAXParseException e)

warning

public void warning(org.xml.sax.SAXParseException e)

info

public void info(org.xml.sax.SAXParseException e)

hasFatalErrors

public boolean hasFatalErrors()


Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.