public final class ExceptionHandlingRequest
extends java.lang.Object
This class is immutable
Modifier and Type | Class and Description |
---|---|
static class |
ExceptionHandlingRequest.Builder
The builder for an exception handling request.
|
Constructor and Description |
---|
ExceptionHandlingRequest(ExceptionHandlingRequest.Builder builder) |
Modifier and Type | Method and Description |
---|---|
static ExceptionHandlingRequest.Builder |
builder() |
EditableResolvingContext |
getContext() |
java.lang.RuntimeException |
getException() |
Node |
getRootNode() |
Node |
getThrowingNode() |
public ExceptionHandlingRequest(ExceptionHandlingRequest.Builder builder)
public static ExceptionHandlingRequest.Builder builder()
public Node getRootNode()
public java.lang.RuntimeException getException()
public EditableResolvingContext getContext()
public Node getThrowingNode()