|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.ole.exception.XmlErrorHandler
public class XmlErrorHandler
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 |
---|
public XmlErrorHandler()
Method Detail |
---|
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
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |