@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 someRequiredInteger) |
ImmutableSpecifiedException |
withSomeRequiredString(String someRequiredString) |
public int getSomeRequiredInteger()
public String getSomeRequiredString()
public final ImmutableSpecifiedException withSomeRequiredInteger(int someRequiredInteger)
public final ImmutableSpecifiedException withSomeRequiredString(String someRequiredString)
public int hashCode()
public String toString()
public static ImmutableSpecifiedException copyOf(SpecifiedException instance)
public static ImmutableSpecifiedException.Builder builder()
Copyright © 2016 The Immutables.org authors. All rights reserved.