public static class Accessors.UnresolvedAccessorException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
com.google.common.collect.ImmutableList<Accessors.Accessor> |
alternatives |
String |
attribute |
TypeMirror |
targetType |
| Constructor and Description |
|---|
UnresolvedAccessorException(TypeMirror targetType,
String attribute,
com.google.common.collect.ImmutableList<Accessors.Accessor> alternatives) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic final TypeMirror targetType
public final String attribute
public final com.google.common.collect.ImmutableList<Accessors.Accessor> alternatives
public UnresolvedAccessorException(TypeMirror targetType, String attribute, com.google.common.collect.ImmutableList<Accessors.Accessor> alternatives)
public String getMessage()
Copyright © 2021 The Immutables.org authors. All rights reserved.