Extension SDK 9.0.5

Uses of Interface
oracle.jdeveloper.jot.JotCatch

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

 

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