|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hopto.pentaj.jexin.stacktrace.StackFrameTemplate
public class StackFrameTemplate
Used to wrap the StackFrame
s in a StackFrameTemplate
to support StackFrame
matching and allow
configuration of errors to inject.
Constructor Summary | |
---|---|
StackFrameTemplate(StackFrame stackFrame)
|
Method Summary | |
---|---|
InjectableException |
getExceptionToInject()
|
StackFrame |
getStackFrame()
|
void |
setExceptionToInject(InjectableException exceptionToInject)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StackFrameTemplate(StackFrame stackFrame)
Method Detail |
---|
public StackFrame getStackFrame()
public InjectableException getExceptionToInject()
public void setExceptionToInject(InjectableException exceptionToInject)
exceptionToInject
- The exception to be injected before the method is called when an execution matches this frame. Null allows the
method to be called normally.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |