public class ErrorHandlerAdaptor extends Object implements ErrorHandler
ErrorHandler
and reports to the
SAXUnmarshallerHandler
.Constructor and Description |
---|
ErrorHandlerAdaptor(SAXUnmarshallerHandler _host,
com.sun.xml.bind.validator.Locator locator) |
Modifier and Type | Method and Description |
---|---|
void |
error(SAXParseException exception) |
void |
fatalError(SAXParseException exception) |
void |
warning(SAXParseException exception) |
public ErrorHandlerAdaptor(SAXUnmarshallerHandler _host, com.sun.xml.bind.validator.Locator locator)
public void error(SAXParseException exception) throws SAXException
error
in interface ErrorHandler
SAXException
public void warning(SAXParseException exception) throws SAXException
warning
in interface ErrorHandler
SAXException
public void fatalError(SAXParseException exception) throws SAXException
fatalError
in interface ErrorHandler
SAXException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.