Class DomUtil.DomErrorHandler
java.lang.Object
org.camunda.bpm.model.xml.impl.util.DomUtil.DomErrorHandler
- All Implemented Interfaces:
ErrorHandler
- Enclosing class:
- DomUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
error
(SAXParseException spe) void
void
warning
(SAXParseException spe)
-
Constructor Details
-
DomErrorHandler
public DomErrorHandler()
-
-
Method Details
-
warning
- Specified by:
warning
in interfaceErrorHandler
-
error
- Specified by:
error
in interfaceErrorHandler
- Throws:
SAXException
-
fatalError
- Specified by:
fatalError
in interfaceErrorHandler
- Throws:
SAXException
-