org.camunda.bpm.model.xml.impl.util
Class DomUtil.DomErrorHandler

java.lang.Object
  extended by 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


Constructor Summary
DomUtil.DomErrorHandler()
           
 
Method Summary
 void error(SAXParseException spe)
           
 void fatalError(SAXParseException spe)
           
 void warning(SAXParseException spe)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomUtil.DomErrorHandler

public DomUtil.DomErrorHandler()
Method Detail

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.