| Modifier and Type | Method and Description |
|---|---|
Stack |
Exception.getStack()
A call stack that is relevant to a result.
|
Stack |
ThreadFlowLocation.getStack()
A call stack that is relevant to a result.
|
Stack |
Stack.withFrames(List<StackFrame> frames) |
Stack |
Stack.withMessage(Message message) |
Stack |
Stack.withProperties(PropertyBag properties) |
| Modifier and Type | Method and Description |
|---|---|
Set<Stack> |
Result.getStacks()
An array of 'stack' objects relevant to the result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Exception.setStack(Stack stack)
A call stack that is relevant to a result.
|
void |
ThreadFlowLocation.setStack(Stack stack)
A call stack that is relevant to a result.
|
Exception |
Exception.withStack(Stack stack) |
ThreadFlowLocation |
ThreadFlowLocation.withStack(Stack stack) |
| Modifier and Type | Method and Description |
|---|---|
void |
Result.setStacks(Set<Stack> stacks)
An array of 'stack' objects relevant to the result.
|
Result |
Result.withStacks(Set<Stack> stacks) |
Copyright © 2020 Contrast Security. All rights reserved.