| Constructor and Description |
|---|
Builder()
Constructor.
|
Builder(Trace trace)
The
trace to initialize a new builder instance. |
| Modifier and Type | Method and Description |
|---|---|
Trace |
build()
Builds the
trace. |
Trace.Builder |
exception(ExceptionInfo exception)
Info about the exception.
|
Trace.Builder |
frames(java.util.List<Frame> frames)
The frames making up the exception.
|
public Trace.Builder frames(java.util.List<Frame> frames)
frames - the frames.public Trace.Builder exception(ExceptionInfo exception)
exception - the exception.