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