com.borland.jbuilder.jot
Interface JotThrow

All Superinterfaces:
JotMarker, JotSourceElement, JotStatement

public interface JotThrow
extends JotStatement

This interface represents a throw statement. See section 14.16 of the Java Language Specification for more information.


Method Summary
 JotExpression getException()
          Returns the expression of the thrown object.
 
Methods inherited from interface com.borland.jbuilder.jot.JotStatement
getCodeBlock, getStatements
 
Methods inherited from interface com.borland.jbuilder.jot.JotMarker
addUserData, getEndPosition, getStartPosition, getUserData
 
Methods inherited from interface com.borland.jbuilder.jot.JotSourceElement
getIndentLevel, getParent, getText, isModified, setModified, setText
 

Method Detail

getException

public JotExpression getException()
Returns the expression of the thrown object.