| Modifier and Type | Method and Description |
|---|---|
Exception |
Notification.getException()
Describes a runtime exception encountered during the execution of an analysis tool.
|
Exception |
Exception.withInnerExceptions(List<Exception> innerExceptions) |
Exception |
Exception.withKind(String kind) |
Exception |
Exception.withMessage(String message) |
Exception |
Exception.withProperties(PropertyBag properties) |
Exception |
Exception.withStack(Stack stack) |
| Modifier and Type | Method and Description |
|---|---|
List<Exception> |
Exception.getInnerExceptions()
An array of exception objects each of which is considered a cause of this exception.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Notification.setException(Exception exception)
Describes a runtime exception encountered during the execution of an analysis tool.
|
Notification |
Notification.withException(Exception exception) |
| Modifier and Type | Method and Description |
|---|---|
void |
Exception.setInnerExceptions(List<Exception> innerExceptions)
An array of exception objects each of which is considered a cause of this exception.
|
Exception |
Exception.withInnerExceptions(List<Exception> innerExceptions) |
Copyright © 2020 Contrast Security. All rights reserved.