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 ErrorHandlere - public void error(SAXParseException e)
error in interface ErrorHandlere - public void fatalError(SAXParseException e)
fatalError in interface ErrorHandlere - Copyright © 2004–2015 The Kuali Foundation. All rights reserved.