|
||||||||||
| 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
org.jboss.solder.reflection.NullMemberException
public class NullMemberException
Exception thrown when a annotation is created with a null value for one of the members.
| Constructor Summary | |
|---|---|
NullMemberException(java.lang.Class<?> annotationType,
java.lang.reflect.Method method,
java.lang.String message)
|
|
| Method Summary | |
|---|---|
java.lang.Class<?> |
getAnnotationType()
|
java.lang.reflect.Method |
getMethod()
|
| 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 |
| Constructor Detail |
|---|
public NullMemberException(java.lang.Class<?> annotationType,
java.lang.reflect.Method method,
java.lang.String message)
| Method Detail |
|---|
public java.lang.Class<?> getAnnotationType()
public java.lang.reflect.Method getMethod()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||