org.lsst.ccs.utilities.exc
Interface ThrowableList

All Known Implementing Classes:
BundledException, BundledRuntimeException

public interface ThrowableList

this is to build compound exception: that is exceptions that may be thrown in a bundle. The list of exception is in reverse order. All classes implementing this interface MUST extends Throwable or one of it subClasses (since there are no programming device to enforce this in Java this is not enforced automatically)

Author:
bamade

Method Summary
 Throwable current()
           
 Throwable previous()
           
 

Method Detail

previous

Throwable previous()

current

Throwable current()


Copyright © 2013 LSST. All Rights Reserved.