org.camunda.bpm.model.xml.impl.util
Class DomUtil.DomErrorHandler
java.lang.Object
org.camunda.bpm.model.xml.impl.util.DomUtil.DomErrorHandler
- All Implemented Interfaces:
- ErrorHandler
- Enclosing class:
- DomUtil
public static class DomUtil.DomErrorHandler
- extends Object
- implements ErrorHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DomUtil.DomErrorHandler
public DomUtil.DomErrorHandler()
warning
public void warning(SAXParseException spe)
- Specified by:
warning in interface ErrorHandler
error
public void error(SAXParseException spe)
throws SAXException
- Specified by:
error in interface ErrorHandler
- Throws:
SAXException
fatalError
public void fatalError(SAXParseException spe)
throws SAXException
- Specified by:
fatalError in interface ErrorHandler
- Throws:
SAXException
Copyright © 2015 camunda services GmbH. All rights reserved.