Package | Description |
---|---|
org.spf4j.base.avro |
Modifier and Type | Method and Description |
---|---|
JThrowable.Builder |
JThrowable.Builder.clearCause()
Clears the value of the 'cause' field.
|
JThrowable.Builder |
JThrowable.Builder.clearClassName()
Clears the value of the 'className' field.
|
JThrowable.Builder |
JThrowable.Builder.clearMessage()
Clears the value of the 'message' field.
|
JThrowable.Builder |
JThrowable.Builder.clearStackTrace()
Clears the value of the 'stackTrace' field.
|
JThrowable.Builder |
JThrowable.Builder.clearSuppressed()
Clears the value of the 'suppressed' field.
|
JThrowable.Builder |
JThrowable.Builder.getCauseBuilder()
Gets the Builder instance for the 'cause' field and creates one if it doesn't exist yet.
|
static JThrowable.Builder |
JThrowable.newBuilder()
Creates a new JThrowable RecordBuilder.
|
static JThrowable.Builder |
JThrowable.newBuilder(JThrowable.Builder other)
Creates a new JThrowable RecordBuilder by copying an existing Builder.
|
static JThrowable.Builder |
JThrowable.newBuilder(JThrowable other)
Creates a new JThrowable RecordBuilder by copying an existing JThrowable instance.
|
JThrowable.Builder |
JThrowable.Builder.setCause(JThrowable value)
Sets the value of the 'cause' field.
|
JThrowable.Builder |
JThrowable.Builder.setCauseBuilder(JThrowable.Builder value)
Sets the Builder instance for the 'cause' field
exception cause
|
JThrowable.Builder |
JThrowable.Builder.setClassName(String value)
Sets the value of the 'className' field.
|
JThrowable.Builder |
JThrowable.Builder.setMessage(String value)
Sets the value of the 'message' field.
|
JThrowable.Builder |
JThrowable.Builder.setStackTrace(List<JStackTraceElement> value)
Sets the value of the 'stackTrace' field.
|
JThrowable.Builder |
JThrowable.Builder.setSuppressed(List<JThrowable> value)
Sets the value of the 'suppressed' field.
|
Modifier and Type | Method and Description |
---|---|
static JThrowable.Builder |
JThrowable.newBuilder(JThrowable.Builder other)
Creates a new JThrowable RecordBuilder by copying an existing Builder.
|
JThrowable.Builder |
JThrowable.Builder.setCauseBuilder(JThrowable.Builder value)
Sets the Builder instance for the 'cause' field
exception cause
|
Copyright © 2018 SPF4J. All rights reserved.