Extension SDK

oracle.ide.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

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