|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JotCatch | |
oracle.jdeveloper.jot | Provides classes and interfaces for JOT (the Java Object Toolkit). |
Uses of JotCatch in oracle.jdeveloper.jot |
Methods in oracle.jdeveloper.jot that return JotCatch | |
JotCatch[] |
JotTry.getCatchClauses() Retrieves the catch clauses associated with this try . |
JotCatch |
JotTry.addCatchClause(JotCatch marker, boolean before, java.lang.String eType, java.lang.String eName) Adds a new catch clause. |
JotCatch |
JotTry.addCatchClause(java.lang.String eType, java.lang.String eName) Adds a new catch clause at the end of the list of catch clauses. |
Methods in oracle.jdeveloper.jot with parameters of type JotCatch | |
JotCatch |
JotTry.addCatchClause(JotCatch marker, boolean before, java.lang.String eType, java.lang.String eName) Adds a new catch clause. |
void |
JotTry.removeCatchClause(JotCatch catchClause) Removes an existing catch clause. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.