|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InjectableException | |
---|---|
org.hopto.pentaj.jexin.node | |
org.hopto.pentaj.jexin.stacktrace |
Uses of InjectableException in org.hopto.pentaj.jexin.node |
---|
Methods in org.hopto.pentaj.jexin.node that return InjectableException | |
---|---|
InjectableException |
TraceClientObserver.stackFrameStart(long threadId,
java.lang.String threadName,
StackFrame stackFrame)
Called when a new stack frame starts |
InjectableException |
Node.stackFrameStart(long threadId,
java.lang.String threadName,
StackFrame stackFrame)
|
Uses of InjectableException in org.hopto.pentaj.jexin.stacktrace |
---|
Methods in org.hopto.pentaj.jexin.stacktrace that return InjectableException | |
---|---|
InjectableException |
StackFrameTemplate.getExceptionToInject()
|
InjectableException |
StackFrame.getInjectedException()
|
InjectableException |
StackFrameProcessor.push(StackFrame stackFrame)
Pushes the stackFrame onto the open StackTrace |
InjectableException |
StackFrameProcessor.startTrace(StackTraceManager manager,
NodeAddress address,
long threadId,
java.lang.String threadName,
StackFrame rootStackFrame)
Sets the StackTrace that will be compared to the StackTraceTemplate s. |
Methods in org.hopto.pentaj.jexin.stacktrace that return types with arguments of type InjectableException | |
---|---|
java.util.List<InjectableException> |
StackTraceTemplate.getInjectableExceptions()
|
java.util.List<InjectableException> |
CompletedStackTrace.getInjectableExceptions()
|
Methods in org.hopto.pentaj.jexin.stacktrace with parameters of type InjectableException | |
---|---|
void |
StackFrameTemplate.setExceptionToInject(InjectableException exceptionToInject)
|
Method parameters in org.hopto.pentaj.jexin.stacktrace with type arguments of type InjectableException | |
---|---|
StackFrameProcessor |
ActiveTemplateMap.getStackFrameProcessor(StackFrame stackFrame,
java.util.List<InjectableException> injectableExceptions)
|
Constructor parameters in org.hopto.pentaj.jexin.stacktrace with type arguments of type InjectableException | |
---|---|
CompletedStackTrace(StackTrace stackTrace,
java.util.List<StackTraceTemplate> matchingTemplates,
java.util.List<StackTraceTemplate> injectingTemplates,
java.util.List<InjectableException> injectableExceptions)
|
|
StackFrameProcessor(java.util.List<StackTraceTemplate> matchingTemplates,
java.util.List<InjectableException> injectableExceptions)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |