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:
Serializable

public class NullMemberException
extends 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(Class<?> annotationType, Method method, String message)
           
 
Method Summary
 Class<?> getAnnotationType()
           
 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(Class<?> annotationType,
                           Method method,
                           String message)
Method Detail

getAnnotationType

public Class<?> getAnnotationType()

getMethod

public Method getMethod()


Copyright © 2011 Seam Framework. All Rights Reserved.