com.uwyn.rife.xml
Class XmlErrorRedirector
java.lang.Object
com.uwyn.rife.xml.XmlErrorRedirector
- All Implemented Interfaces:
- ErrorHandler
- Direct Known Subclasses:
- ExceptionErrorRedirector, LoggingErrorRedirector
public abstract class XmlErrorRedirector
- extends Object
- implements ErrorHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
warning
public abstract void warning(SAXParseException e)
- Specified by:
warning in interface ErrorHandler
error
public abstract void error(SAXParseException e)
- Specified by:
error in interface ErrorHandler
fatalError
public abstract void fatalError(SAXParseException e)
- Specified by:
fatalError in interface ErrorHandler
getWarnings
public Collection<SAXParseException> getWarnings()
getErrors
public Collection<SAXParseException> getErrors()
getFatalErrors
public Collection<SAXParseException> getFatalErrors()
hasWarnings
public boolean hasWarnings()
hasErrors
public boolean hasErrors()
hasFatalErrors
public boolean hasFatalErrors()
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.