Class DomUtil.DomErrorHandler
- java.lang.Object
-
- org.camunda.bpm.model.xml.impl.util.DomUtil.DomErrorHandler
-
- All Implemented Interfaces:
org.xml.sax.ErrorHandler
- Enclosing class:
- DomUtil
public static class DomUtil.DomErrorHandler extends java.lang.Object implements org.xml.sax.ErrorHandler
-
-
Constructor Summary
Constructors Constructor Description DomErrorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiderror(org.xml.sax.SAXParseException spe)voidfatalError(org.xml.sax.SAXParseException spe)voidwarning(org.xml.sax.SAXParseException spe)
-
-
-
Method Detail
-
warning
public void warning(org.xml.sax.SAXParseException spe)
- Specified by:
warningin interfaceorg.xml.sax.ErrorHandler
-
error
public void error(org.xml.sax.SAXParseException spe) throws org.xml.sax.SAXException- Specified by:
errorin interfaceorg.xml.sax.ErrorHandler- Throws:
org.xml.sax.SAXException
-
fatalError
public void fatalError(org.xml.sax.SAXParseException spe) throws org.xml.sax.SAXException- Specified by:
fatalErrorin interfaceorg.xml.sax.ErrorHandler- Throws:
org.xml.sax.SAXException
-
-