public static final class ComparableThrowable.Builder extends Object
ComparableThrowable.
Builder is not thread-safe and generally should not be stored in a field or collection,
but instead used immediately to create instances.
| Modifier and Type | Method and Description |
|---|---|
void |
setMessage(String message)
Initializes the value for the
message attribute. |
void |
setThrowableClass(Class<? extends Throwable> throwableClass)
Initializes the value for the
throwableClass attribute. |
public void setThrowableClass(Class<? extends Throwable> throwableClass)
throwableClass attribute.throwableClass - The value for throwableClassCopyright © 2018–2020 b+m Informatik AG. All rights reserved.