|
Lombok - v0.9.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
lombok.core.AnnotationValues.AnnotationValueDecodeFail
public static class AnnotationValues.AnnotationValueDecodeFail
Thrown on the fly if an actual annotation instance procured via the 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.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
AnnotationValues.AnnotationValueDecodeFail(AnnotationValues.AnnotationValue owner,
java.lang.String msg,
int idx)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final int idx
public final AnnotationValues.AnnotationValue owner
| Constructor Detail |
|---|
public AnnotationValues.AnnotationValueDecodeFail(AnnotationValues.AnnotationValue owner,
java.lang.String msg,
int idx)
|
Lombok - v0.9.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||