@Generated(value="org.immutables.processor.ProxyProcessor") public final class ImmutableEvalFailedWithException extends EvalFailedWithException
EvalFailedWithException.
Use the builder to create immutable instances:
ImmutableEvalFailedWithException.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableEvalFailedWithException.Builder
Builds instances of type
ImmutableEvalFailedWithException. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableEvalFailedWithException.Builder |
builder()
Creates a builder for
ImmutableEvalFailedWithException. |
static ImmutableEvalFailedWithException |
copyOf(EvalFailedWithException instance)
Creates an immutable copy of a
EvalFailedWithException value. |
boolean |
equals(Object another)
This instance is equal to all instances of
ImmutableEvalFailedWithException that have equal attribute values. |
EvaluationException |
exception() |
int |
hashCode()
Computes a hash code from attributes:
exception. |
String |
toString()
Prints the immutable value
EvalFailedWithException with attribute values. |
ImmutableEvalFailedWithException |
withException(EvaluationException value)
Copy the current immutable object by setting a value for the
exception attribute. |
mapper, ofpublic EvaluationException exception()
exception in class EvalFailedWithExceptionexception attributepublic final ImmutableEvalFailedWithException withException(EvaluationException value)
exception attribute.
A shallow reference equality check is used to prevent copying of the same value by returning this.value - A new value for exceptionthis objectpublic boolean equals(Object another)
ImmutableEvalFailedWithException that have equal attribute values.public int hashCode()
exception.public String toString()
EvalFailedWithException with attribute values.public static ImmutableEvalFailedWithException copyOf(EvalFailedWithException instance)
EvalFailedWithException value.
Uses accessors to get values to initialize the new immutable instance.
If an instance is already immutable, it is returned as is.instance - The instance to copypublic static ImmutableEvalFailedWithException.Builder builder()
ImmutableEvalFailedWithException.
ImmutableEvalFailedWithException.builder()
.exception(de.flapdoodle.eval.core.exceptions.EvaluationException) // required exception
.build();
Copyright © 2024. All rights reserved.