@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","SpecifiedException"}) @Immutable public final class ImmutableSpecifiedException extends Object implements SpecifiedException
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableSpecifiedException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableSpecifiedException.Builder |
builder() |
static ImmutableSpecifiedException |
copyOf(SpecifiedException instance) |
boolean |
equals(Object another) |
int |
getSomeRequiredInteger() |
String |
getSomeRequiredString() |
int |
hashCode() |
String |
toString() |
ImmutableSpecifiedException |
withSomeRequiredInteger(int value) |
ImmutableSpecifiedException |
withSomeRequiredString(String value) |
public int getSomeRequiredInteger()
public String getSomeRequiredString()
public final ImmutableSpecifiedException withSomeRequiredInteger(int value)
public final ImmutableSpecifiedException withSomeRequiredString(String value)
public int hashCode()
public String toString()
public static ImmutableSpecifiedException copyOf(SpecifiedException instance)
public static ImmutableSpecifiedException.Builder builder()
Copyright © 2017 The Immutables.org authors. All rights reserved.