org.baswell.easybeans
Class InvalidEasyBeanAnnotation

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.baswell.easybeans.InvalidEasyBeanAnnotation
All Implemented Interfaces:
java.io.Serializable

public class InvalidEasyBeanAnnotation
extends java.lang.RuntimeException

Thrown when an EasyBeans annotation is used incorrectly. For example you can't public a EasyBeanAttribute on a non-public field.

See Also:
Serialized Form

Field Summary
 java.lang.Class annotatedClass
          The annotated class that caused this exception.
 
Method Summary
 
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
 

Field Detail

annotatedClass

public final java.lang.Class annotatedClass
The annotated class that caused this exception.