org.eclipse.modisco.omg.gastm
Interface ThrowStatement

All Superinterfaces:
GASTMObject, GASTMSyntaxObject, Statement

public interface ThrowStatement
extends Statement

A representation of the model object 'Throw Statement'.

The following features are supported:

See Also:
GASTMPackage.getThrowStatement()
Generated:
Model:

Method Summary
 Expression getException()
          Returns the value of the 'Exception' containment reference.
 void setException(Expression value)
          Sets the value of the 'Exception' containment reference.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getException

Expression getException()
Returns the value of the 'Exception' containment reference.

If the meaning of the 'Exception' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Exception' containment reference.
See Also:
setException(Expression), GASTMPackage.getThrowStatement_Exception()
Generated:
Model:
containment="true" required="true"

setException

void setException(Expression value)
Sets the value of the 'Exception' containment reference.

Parameters:
value - the new value of the 'Exception' containment reference.
See Also:
getException()
Generated: