All Implemented Interfaces:
BaseElement, BpmnModelElementInstance, Error, RootElement, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class ErrorImpl extends RootElementImpl implements Error
Author:
Sebastian Menski
  • Field Details

    • nameAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> nameAttribute
    • errorCodeAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> errorCodeAttribute
    • structureRefAttribute

      protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<ItemDefinition> structureRefAttribute
  • Constructor Details

    • ErrorImpl

      public ErrorImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext context)
  • Method Details