cytoscape.generated.impl.runtime
Class ErrorHandlerAdaptor
java.lang.Object
cytoscape.generated.impl.runtime.ErrorHandlerAdaptor
- All Implemented Interfaces:
- ErrorHandler
public class ErrorHandlerAdaptor
- extends Object
- implements ErrorHandler
Receives errors through ErrorHandler
and reports to the
SAXUnmarshallerHandler
.
- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ErrorHandlerAdaptor
public ErrorHandlerAdaptor(SAXUnmarshallerHandler _host,
com.sun.xml.bind.validator.Locator locator)
error
public void error(SAXParseException exception)
throws SAXException
- Specified by:
error
in interface ErrorHandler
- Throws:
SAXException
warning
public void warning(SAXParseException exception)
throws SAXException
- Specified by:
warning
in interface ErrorHandler
- Throws:
SAXException
fatalError
public void fatalError(SAXParseException exception)
throws SAXException
- Specified by:
fatalError
in interface ErrorHandler
- Throws:
SAXException