|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.commons.scxml.env.SimpleErrorHandler
Custom error handler that logs the parsing errors in the SCXML document.
| Constructor Summary | |
SimpleErrorHandler()
Constructor. |
|
| Method Summary | |
void |
error(org.xml.sax.SAXParseException exception)
|
void |
fatalError(org.xml.sax.SAXParseException exception)
|
void |
warning(org.xml.sax.SAXParseException exception)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SimpleErrorHandler()
| Method Detail |
public void error(org.xml.sax.SAXParseException exception)
error in interface org.xml.sax.ErrorHandlerErrorHandler.error(SAXParseException)public void fatalError(org.xml.sax.SAXParseException exception)
fatalError in interface org.xml.sax.ErrorHandlerErrorHandler.fatalError(SAXParseException)public void warning(org.xml.sax.SAXParseException exception)
warning in interface org.xml.sax.ErrorHandlerErrorHandler.warning(SAXParseException)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||