se.unlogic.standardutils.annotations
Class UnsupportedMethodArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by se.unlogic.standardutils.annotations.UnsupportedMethodArgumentException
All Implemented Interfaces:
Serializable

public class UnsupportedMethodArgumentException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
UnsupportedMethodArgumentException(String message, Method method, Class<? extends Annotation> annotation, Class<?> beanClass)
           
 
Method Summary
 Class<? extends Annotation> getAnnotation()
           
 Class<?> getBeanClass()
           
 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

UnsupportedMethodArgumentException

public UnsupportedMethodArgumentException(String message,
                                          Method method,
                                          Class<? extends Annotation> annotation,
                                          Class<?> beanClass)
Method Detail

getBeanClass

public Class<?> getBeanClass()

getMethod

public Method getMethod()

getAnnotation

public Class<? extends Annotation> getAnnotation()


Copyright © 2011. All Rights Reserved.