org.kuali.kfs.sys.exception
Class XmlErrorHandler

java.lang.Object
  extended by org.kuali.kfs.sys.exception.XmlErrorHandler
All Implemented Interfaces:
ErrorHandler

public class XmlErrorHandler
extends Object
implements ErrorHandler

Defines exception-handling for the XML parses


Constructor Summary
XmlErrorHandler()
           
 
Method Summary
 void error(SAXParseException e)
           
 void fatalError(SAXParseException e)
           
 void warning(SAXParseException e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlErrorHandler

public XmlErrorHandler()
Method Detail

warning

public void warning(SAXParseException e)
Specified by:
warning in interface ErrorHandler

error

public void error(SAXParseException e)
Specified by:
error in interface ErrorHandler

fatalError

public void fatalError(SAXParseException e)
Specified by:
fatalError in interface ErrorHandler


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.