Class Accessors.UnresolvedAccessorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.immutables.generator.processor.Accessors.UnresolvedAccessorException
- All Implemented Interfaces:
Serializable
- Enclosing class:
Accessors
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal com.google.common.collect.ImmutableList<Accessors.Accessor> final Stringfinal TypeMirror -
Constructor Summary
ConstructorsConstructorDescriptionUnresolvedAccessorException(TypeMirror targetType, String attribute, com.google.common.collect.ImmutableList<Accessors.Accessor> alternatives) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
targetType
-
attribute
-
alternatives
-
-
Constructor Details
-
UnresolvedAccessorException
public UnresolvedAccessorException(TypeMirror targetType, String attribute, com.google.common.collect.ImmutableList<Accessors.Accessor> alternatives)
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-