se.unlogic.standardutils.annotations
Class NoAnnotatedFieldsOrMethodsFoundException

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

public class NoAnnotatedFieldsOrMethodsFoundException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
NoAnnotatedFieldsOrMethodsFoundException(Class<?> beanClass, Class<? extends Annotation>... annotations)
           
 
Method Summary
 Class<? extends Annotation>[] getAnnotations()
           
 Class<?> getBeanClass()
           
 
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

NoAnnotatedFieldsOrMethodsFoundException

public NoAnnotatedFieldsOrMethodsFoundException(Class<?> beanClass,
                                                Class<? extends Annotation>... annotations)
Method Detail

getBeanClass

public Class<?> getBeanClass()

getAnnotations

public Class<? extends Annotation>[] getAnnotations()


Copyright © 2011. All Rights Reserved.