Package | Description |
---|---|
org.spf4j.base.avro |
Modifier and Type | Field and Description |
---|---|
JThrowable |
JThrowable.cause
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
List<JThrowable> |
JThrowable.suppressed
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
JThrowable |
JThrowable.Builder.build() |
static JThrowable |
Converters.convert(Throwable throwable) |
JThrowable |
JThrowable.getCause()
Gets the value of the 'cause' field.
|
JThrowable |
JThrowable.Builder.getCause()
Gets the value of the 'cause' field.
|
JThrowable |
RemoteException.getRemoteCause() |
Modifier and Type | Method and Description |
---|---|
static List<JThrowable> |
Converters.convert(Throwable[] throwables) |
List<JThrowable> |
JThrowable.getSuppressed()
Gets the value of the 'suppressed' field.
|
List<JThrowable> |
JThrowable.Builder.getSuppressed()
Gets the value of the 'suppressed' field.
|
Modifier and Type | Method and Description |
---|---|
static RemoteException |
Converters.convert(String source,
JThrowable throwable) |
static JThrowable.Builder |
JThrowable.newBuilder(JThrowable other)
Creates a new JThrowable RecordBuilder by copying an existing JThrowable instance.
|
void |
JThrowable.setCause(JThrowable value)
Sets the value of the 'cause' field.
|
JThrowable.Builder |
JThrowable.Builder.setCause(JThrowable value)
Sets the value of the 'cause' field.
|
Modifier and Type | Method and Description |
---|---|
void |
JThrowable.setSuppressed(List<JThrowable> value)
Sets the value of the 'suppressed' field.
|
JThrowable.Builder |
JThrowable.Builder.setSuppressed(List<JThrowable> value)
Sets the value of the 'suppressed' field.
|
Constructor and Description |
---|
JThrowable(String className,
String message,
List<JStackTraceElement> stackTrace,
JThrowable cause,
List<JThrowable> suppressed)
All-args constructor.
|
RemoteException(String source,
JThrowable remote) |
Constructor and Description |
---|
JThrowable(String className,
String message,
List<JStackTraceElement> stackTrace,
JThrowable cause,
List<JThrowable> suppressed)
All-args constructor.
|
Copyright © 2018 SPF4J. All rights reserved.