Class ErrorEventDefinition

All Implemented Interfaces:
HasExtensionAttributes

public class ErrorEventDefinition extends EventDefinition
Author:
Tijs Rademakers
  • Field Details

    • errorCode

      protected String errorCode
    • errorVariableName

      protected String errorVariableName
    • errorVariableTransient

      protected Boolean errorVariableTransient
    • errorVariableLocalScope

      protected Boolean errorVariableLocalScope
  • Constructor Details

    • ErrorEventDefinition

      public ErrorEventDefinition()
  • Method Details

    • getErrorCode

      public String getErrorCode()
    • setErrorCode

      public void setErrorCode(String errorCode)
    • getErrorVariableName

      public String getErrorVariableName()
    • setErrorVariableName

      public void setErrorVariableName(String errorVariableName)
    • getErrorVariableTransient

      public Boolean getErrorVariableTransient()
    • setErrorVariableTransient

      public void setErrorVariableTransient(Boolean errorVariableTransient)
    • getErrorVariableLocalScope

      public Boolean getErrorVariableLocalScope()
    • setErrorVariableLocalScope

      public void setErrorVariableLocalScope(Boolean errorVariableLocalScope)
    • clone

      public ErrorEventDefinition clone()
      Specified by:
      clone in class EventDefinition
    • setValues

      public void setValues(ErrorEventDefinition otherDefinition)