Extension SDK 10.1.2

Uses of Interface
oracle.javatools.dialogs.ExceptionDialog.ThrowableChainTraverser

Packages that use ExceptionDialog.ThrowableChainTraverser
oracle.ide.dialogs Contains classes implementing standard dialogs used by JDeveloper. 
oracle.javatools.dialogs Contains dialog utilities that do not depend directly on the JDeveloper framework. 
 

Uses of ExceptionDialog.ThrowableChainTraverser in oracle.ide.dialogs
 

Subinterfaces of ExceptionDialog.ThrowableChainTraverser in oracle.ide.dialogs
static interface ExceptionDialog.ThrowableChainTraverser
          An interface describing how to traverse a chain of exceptions Trivial subinterface of oracle.javatools.dialogs.ExceptionDialog.ThrowableChainTraverser, which you should use in preference to this.
 

Uses of ExceptionDialog.ThrowableChainTraverser in oracle.javatools.dialogs
 

Methods in oracle.javatools.dialogs with parameters of type ExceptionDialog.ThrowableChainTraverser
static void ExceptionDialog.registerThrowableChainTraverser(java.lang.Class exceptionClass, ExceptionDialog.ThrowableChainTraverser tct)
          Register a ThrowableChainTraverser with the ExceptionDialog utility.
static void ExceptionDialog.unregisterThrowableChainTraverser(ExceptionDialog.ThrowableChainTraverser tct)
          Unregister ThrowableChainTraverser
 


Extension SDK

 

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