Inner class for error handling.
More...
|
| void | warning (SAXParseException e) throws SAXException |
| | Writes warning messages to System.err More...
|
| |
| void | error (SAXParseException e) throws SAXException |
| | Writes error messages to System.err More...
|
| |
| void | fatalError (SAXParseException e) throws SAXException |
| | Writes error messages to System.err More...
|
| |
|
| void | printInfo (String s, SAXParseException e) |
| | Prints the error message to System.err More...
|
| |
Inner class for error handling.
Definition at line 52 of file DTDValidator.java.
| void DTDValidator.MyErrorHandler.error |
( |
SAXParseException |
e | ) |
throws SAXException |
|
inline |
| void DTDValidator.MyErrorHandler.fatalError |
( |
SAXParseException |
e | ) |
throws SAXException |
|
inline |
| void DTDValidator.MyErrorHandler.printInfo |
( |
String |
s, |
|
|
SAXParseException |
e |
|
) |
| |
|
inlineprivate |
| void DTDValidator.MyErrorHandler.warning |
( |
SAXParseException |
e | ) |
throws SAXException |
|
inline |
The documentation for this class was generated from the following file: