|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jaffa.util.DefaultErrorHandler
This is an implementation of the ErrorHandler interface. It enforces a very strict validation policy. SAXException will be thrown if any warning, error, fatalError is raised during XML parsing.
| Constructor Summary | |
DefaultErrorHandler()
|
|
| Method Summary | |
void |
error(SAXParseException exception)
Throws a SAXException if any error is raised by the XML parser. |
void |
fatalError(SAXParseException exception)
Throws a SAXException if any fatalError is raised by the XML parser. |
void |
warning(SAXParseException exception)
Throws a SAXException if any warning is raised by the XML parser. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultErrorHandler()
| Method Detail |
public void error(SAXParseException exception)
throws SAXException
error in interface ErrorHandlerexception - The error information encapsulated in a SAX parse exception.
SAXException - The input exception.
public void fatalError(SAXParseException exception)
throws SAXException
fatalError in interface ErrorHandlerexception - The fatalError information encapsulated in a SAX parse exception.
SAXException - The input exception.
public void warning(SAXParseException exception)
throws SAXException
warning in interface ErrorHandlerexception - The warning information encapsulated in a SAX parse exception.
SAXException - The input exception.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||