public static class AnnotationValues.AnnotationValueDecodeFail
extends java.lang.RuntimeException
AnnotationValues.getInstance() method is queried
for a method for which this AnnotationValues instance either doesn't have a guess or can't manage to fit
the guess into the required data type.| Modifier and Type | Field and Description |
|---|---|
int |
idx
The index into an array initializer (e.g.
|
AnnotationValues.AnnotationValue |
owner
The AnnotationValue object that goes with the annotation method for which the failure occurred.
|
| Constructor and Description |
|---|
AnnotationValueDecodeFail(AnnotationValues.AnnotationValue owner,
java.lang.String msg,
int idx) |
public final int idx
public final AnnotationValues.AnnotationValue owner
public AnnotationValueDecodeFail(AnnotationValues.AnnotationValue owner, java.lang.String msg, int idx)
Copyright © 2009-2015 The Project Lombok Authors, licensed under the MIT licence.