public class SimpleErrorHandler extends Object implements ErrorHandler
Constructor and Description |
---|
SimpleErrorHandler()
SimpleErrorHandler constructor comment.
|
Modifier and Type | Method and Description |
---|---|
void |
error(SAXParseException ex)
This error method is called by the SAX parser when it encounts a
recoverable(can continue parsing) error.
|
void |
fatalError(SAXParseException ex)
This fatalError method is called by the SAX parser when it encounts a
fatal(can't continue parsing) error.
|
void |
warning(SAXParseException ex)
This warning is called by the SAX parser when there is the danger of a
confusion.
|
public SimpleErrorHandler()
public void error(SAXParseException ex) throws SAXException
error
in interface ErrorHandler
SAXException
public void fatalError(SAXParseException ex) throws SAXException
fatalError
in interface ErrorHandler
SAXException
public void warning(SAXParseException ex) throws SAXException
warning
in interface ErrorHandler
SAXException
Copyright © 2024 GATE. All rights reserved.