Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.javatools.dialogs
Interface ExceptionDialog.ThrowableChainTraverser

Enclosing class:
ExceptionDialog

public static interface ExceptionDialog.ThrowableChainTraverser

An interface describing how to traverse a chain of exceptions


Method Summary
 java.util.List getThrowableChain(java.lang.Throwable t)
          This method should determine the chain of exceptions for the specified throwable and return them in an ordered list

 

Method Detail

getThrowableChain

java.util.List getThrowableChain(java.lang.Throwable t)
This method should determine the chain of exceptions for the specified throwable and return them in an ordered list
Parameters:
t - an exception which has been thrown
Returns:
a list of throwables

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


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