public class XmlErrorHandler extends Object implements ErrorHandler
Constructor and Description |
---|
XmlErrorHandler()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
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
|
public XmlErrorHandler()
public void warning(SAXParseException e)
warning
in interface ErrorHandler
e
- public void error(SAXParseException e)
error
in interface ErrorHandler
e
- public void fatalError(SAXParseException e)
fatalError
in interface ErrorHandler
e
- Copyright © 2004–2015 The Kuali Foundation. All rights reserved.