Extension SDK 10.1.2

oracle.javatools.dialogs
Interface ExceptionDialog.ThrowableChainTraverser

All Known Subinterfaces:
ExceptionDialog.ThrowableChainTraverser
Enclosing interface:
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

public 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

Extension SDK

 

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