Class Accessors.UnresolvedAccessorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.immutables.generator.processor.Accessors.UnresolvedAccessorException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Accessors
public static class Accessors.UnresolvedAccessorException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description com.google.common.collect.ImmutableList<Accessors.Accessor>alternativesjava.lang.Stringattributejavax.lang.model.type.TypeMirrortargetType
-
Constructor Summary
Constructors Constructor Description UnresolvedAccessorException(javax.lang.model.type.TypeMirror targetType, java.lang.String attribute, com.google.common.collect.ImmutableList<Accessors.Accessor> alternatives)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMessage()
-
-
-
Field Detail
-
targetType
public final javax.lang.model.type.TypeMirror targetType
-
attribute
public final java.lang.String attribute
-
alternatives
public final com.google.common.collect.ImmutableList<Accessors.Accessor> alternatives
-
-
Constructor Detail
-
UnresolvedAccessorException
public UnresolvedAccessorException(javax.lang.model.type.TypeMirror targetType, java.lang.String attribute, com.google.common.collect.ImmutableList<Accessors.Accessor> alternatives)
-
-