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