public static class AnnotationValues.AnnotationValueDecodeFail extends 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,
String msg,
int idx) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public final int idx
public final AnnotationValues.AnnotationValue owner
public AnnotationValueDecodeFail(AnnotationValues.AnnotationValue owner, String msg, int idx)
Copyright © 2009-2015 The Project Lombok Authors, licensed under the MIT licence.