Class ErrorHandler
- java.lang.Object
-
- io.automatiko.engine.workflow.compiler.xml.BaseAbstractHandler
-
- io.automatiko.engine.workflow.bpmn2.xml.ErrorHandler
-
- All Implemented Interfaces:
io.automatiko.engine.workflow.compiler.xml.Handler
public class ErrorHandler extends io.automatiko.engine.workflow.compiler.xml.BaseAbstractHandler implements io.automatiko.engine.workflow.compiler.xml.Handler
-
-
Constructor Summary
Constructors Constructor Description ErrorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectend(String uri, String localName, io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser)Class<?>generateNodeFor()Objectstart(String uri, String localName, Attributes attrs, io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser)-
Methods inherited from class io.automatiko.engine.workflow.compiler.xml.BaseAbstractHandler
allowNesting, emptyAttributeCheck, emptyContentCheck, getValidParents, getValidPeers
-
-
-
-
Method Detail
-
start
public Object start(String uri, String localName, Attributes attrs, io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser) throws SAXException
- Specified by:
startin interfaceio.automatiko.engine.workflow.compiler.xml.Handler- Throws:
SAXException
-
end
public Object end(String uri, String localName, io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser) throws SAXException
- Specified by:
endin interfaceio.automatiko.engine.workflow.compiler.xml.Handler- Throws:
SAXException
-
generateNodeFor
public Class<?> generateNodeFor()
- Specified by:
generateNodeForin interfaceio.automatiko.engine.workflow.compiler.xml.Handler
-
-