org.jasig.portal.utils
Class SAXErrorHandler
java.lang.Object
org.jasig.portal.utils.SAXErrorHandler
- All Implemented Interfaces:
- ErrorHandler
public class SAXErrorHandler
- extends Object
- implements ErrorHandler
- Since:
- uPortal 2.5.3
- Version:
- $Revision: 19776 $
- Author:
- George Lindholm
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAXErrorHandler
public SAXErrorHandler(String invoker)
warning
public void warning(SAXParseException exception)
throws SAXException
- Specified by:
warning in interface ErrorHandler
- Throws:
SAXException
error
public void error(SAXParseException exception)
throws SAXException
- Specified by:
error in interface ErrorHandler
- Throws:
SAXException
fatalError
public void fatalError(SAXParseException exception)
throws SAXException
- Specified by:
fatalError in interface ErrorHandler
- Throws:
SAXException
Copyright © 2010 Jasig. All Rights Reserved.