Extension SDK

oracle.jdeveloper.jot
Interface JotCatch

All Superinterfaces:
JotElement, JotHasCodeBlock

public interface JotCatch
extends JotHasCodeBlock, JotElement

A JotCatch instance represents a catch clause of a try statement.

Since:
5.0
See Also:
JotTry, "Section 14.19 of the Java Language Specification."

Method Summary
 JotParameter getExceptionType()
          Retrieves the exception type being caught by this JotCatch.
 
Methods inherited from interface oracle.jdeveloper.jot.JotHasCodeBlock
getCodeBlock, setCodeBlockText
 
Methods inherited from interface oracle.jdeveloper.jot.JotElement
getElementName, getElementType, getEndOffset, getID, getJotWorkArea, getParent, getStartOffset, isExistent, isReadOnly, isStructureKnown, setParent
 

Method Detail

getExceptionType

public JotParameter getExceptionType()
Retrieves the exception type being caught by this JotCatch.

Returns:
a JotParameter representing the exception type declared as caught by this JotCatch.

Extension SDK

 

Copyright ©1997, 2003, Oracle. All rights reserved.