se.unlogic.standardutils.annotations
Class NoAnnotatedFieldsFoundException

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

public class NoAnnotatedFieldsFoundException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
NoAnnotatedFieldsFoundException(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

NoAnnotatedFieldsFoundException

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

getBeanClass

public Class<?> getBeanClass()

getAnnotations

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


Copyright © 2011. All Rights Reserved.