public static interface ExceptionDialog.ThrowableChainTraverser
| Modifier and Type | Method and Description | 
|---|---|
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 
 |