edu.ksu.cis.projects.bogor.module.backtrack
Interface IExceptionBacktrackingInfo
- All Superinterfaces:
- Disposable, IBacktrackingInfo
public interface IExceptionBacktrackingInfo
- extends IBacktrackingInfo
- Version:
- CVS $Revision: 1.4 $ $Date: 2004/12/18 22:36:33 $
- Author:
- Robby , Matt Hoosier
getThreadLocalValuesStack
IValueArray[] getThreadLocalValuesStack()
getThreadLocationStack
int[] getThreadLocationStack()
getThreadTransformationIndexStack
int[] getThreadTransformationIndexStack()
getThreadLockCount
int getThreadLockCount()
getThrownException
BogorException getThrownException()
isUncaught
boolean isUncaught()
getAdditionallyKilledThreads
IExceptionBacktrackingInfo.IExceptionKilledThreadInfo[] getAdditionallyKilledThreads()
- Wrapper for data to reconstruct a thread (other than the
exception-raising thread given by
getThreadId
) killed in
the case of an uncaught exception (isUncaught() == true
).