foundry-0.9.1

foundry.throwables
Interface ThrowableChain

All Superinterfaces:
ThrowableContainer
All Known Implementing Classes:
CompositeException

public interface ThrowableChain
extends ThrowableContainer


Method Summary
 Throwable getLastThrowable()
           
 Throwable getLastThrowable(Class c)
           
 int getLength()
           
 Throwable getThrowable(Class c)
           
 
Methods inherited from interface foundry.throwables.ThrowableContainer
getThrowable
 

Method Detail

getThrowable

public Throwable getThrowable(Class c)

getLastThrowable

public Throwable getLastThrowable()

getLastThrowable

public Throwable getLastThrowable(Class c)

getLength

public int getLength()

foundry-0.9.1

Copyright © 2000 - Laird Jarrett Nelson