public final class ComparableThrowable extends Object
ComparableThrowable.
Use the #build(Procedure1) or #copy(Procedure1) method to create immutable instances.
| Modifier and Type | Class and Description |
|---|---|
static class |
ComparableThrowable.Builder
Builds instances of type
ComparableThrowable. |
| Modifier and Type | Method and Description |
|---|---|
static ComparableThrowable |
build(org.eclipse.xtext.xbase.lib.Procedures.Procedure1<ComparableThrowable.Builder> init)
Creates an immutable instance of ComparableThrowable.
|
ComparableThrowable |
copy(org.eclipse.xtext.xbase.lib.Procedures.Procedure1<ComparableThrowable.Builder> init)
Creates an immutable copy of this instance.
|
boolean |
equals(Object obj) |
String |
getMessage() |
Class<? extends Throwable> |
getThrowableClass() |
int |
hashCode() |
String |
toString() |
public Class<? extends Throwable> getThrowableClass()
throwableClass attributepublic String getMessage()
message attributepublic static ComparableThrowable build(org.eclipse.xtext.xbase.lib.Procedures.Procedure1<ComparableThrowable.Builder> init)
init - The initializerIllegalStateException - if any required attributes are missingpublic ComparableThrowable copy(org.eclipse.xtext.xbase.lib.Procedures.Procedure1<ComparableThrowable.Builder> init)
init - The initializerCopyright © 2018–2020 b+m Informatik AG. All rights reserved.