Interface RaiseExceptionAction

    • Method Detail

      • setException

        void setException​(InputPin value)
        Sets the value of the 'Exception' containment reference.
        Parameters:
        value - the new value of the 'Exception' containment reference.
        See Also:
        getException()
      • createException

        InputPin createException​(String name,
                                 Type type,
                                 org.eclipse.emf.ecore.EClass eClass)
        Creates a new InputPin, with the specified 'Name', and 'Type', and sets the 'Exception' containment reference.
        Parameters:
        name - The 'Name' for the new InputPin, or null.
        type - The 'Type' for the new InputPin, or null.
        eClass - The Ecore class of the InputPin to create.
        Returns:
        The new InputPin.
        See Also:
        getException()
      • createException

        InputPin createException​(String name,
                                 Type type)
        Creates a new InputPin,with the specified 'Name', and 'Type', and sets the 'Exception' containment reference.
        Parameters:
        name - The 'Name' for the new InputPin, or null.
        type - The 'Type' for the new InputPin, or null.
        Returns:
        The new InputPin.
        See Also:
        getException()