|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.fe.statemachine.ext.apploaders.sax.ParseErrorHandler
public class ParseErrorHandler
ParseErrorHandle is a simple ErrorHandler for running the sax parse Error messages are output to the ESystem.ERROR and a SAXExceptio is then thrown.
Constructor Summary | |
---|---|
ParseErrorHandler()
|
Method Summary | |
---|---|
void |
error(SAXParseException exception)
This method logs the exception |
void |
fatalError(SAXParseException exception)
This method logs fatal error |
void |
warning(SAXParseException exception)
This method logs the warning |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParseErrorHandler()
Method Detail |
---|
public void error(SAXParseException exception) throws SAXException
error
in interface ErrorHandler
exception
-
SAXException
public void fatalError(SAXParseException exception) throws SAXException
fatalError
in interface ErrorHandler
exception
-
SAXException
public void warning(SAXParseException exception) throws SAXException
warning
in interface ErrorHandler
exception
-
SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |