org.kuali.ole.exception
Class XmlErrorHandler

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

public class XmlErrorHandler
extends Object
implements ErrorHandler

Defines exception-handling for the XML parses


Constructor Summary
XmlErrorHandler()
          Default constructor.
 
Method Summary
 void error(SAXParseException e)
          This method displays the SAXParseException error.
 void fatalError(SAXParseException e)
          This method displays the SAXParseException fatalError.
 void warning(SAXParseException e)
          This method displays the warning message for SAXParseException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlErrorHandler

public XmlErrorHandler()
Default constructor.

Method Detail

warning

public void warning(SAXParseException e)
This method displays the warning message for SAXParseException

Specified by:
warning in interface ErrorHandler
Parameters:
e -

error

public void error(SAXParseException e)
This method displays the SAXParseException error.

Specified by:
error in interface ErrorHandler
Parameters:
e -

fatalError

public void fatalError(SAXParseException e)
This method displays the SAXParseException fatalError.

Specified by:
fatalError in interface ErrorHandler
Parameters:
e -


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.