Package org.hopto.pentaj.jexin.stacktrace

Interface Summary
StackTraceManager Maintains the completed stack traces and StackTraceTemplates.
 

Class Summary
ActiveTemplateMap A map of StackFrame to StackFrameTemplate.
CompletedStackTrace The information for a StackTrace that is completed.
StackFrame A stack frame for a method call.
StackFrameProcessor Implementations process StackFrames to build a StackTrace.
StackFrameTemplate Used to wrap the StackFrames in a StackFrameTemplate to support StackFrame matching and allow configuration of errors to inject.
StackTrace NodeAddress, thread, and list of stack frames that identify a single thread execution path.
StackTraceManagerImpl  
StackTraceTemplate Used to inject errors during a running StackTrace.