org.jboss.solder.reflection
Class NullMemberException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.solder.reflection.NullMemberException
All Implemented Interfaces:
java.io.Serializable

public class NullMemberException
extends java.lang.RuntimeException

Exception thrown when a annotation is created with a null value for one of the members.

Author:
Stuart Douglas
See Also:
Serialized Form

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

NullMemberException

public NullMemberException(java.lang.Class<?> annotationType,
                           java.lang.reflect.Method method,
                           java.lang.String message)
Method Detail

getAnnotationType

public java.lang.Class<?> getAnnotationType()

getMethod

public java.lang.reflect.Method getMethod()


Copyright © 2008-2012 Seam Framework. All Rights Reserved.