org.jvnet.annox.reflect
Class AnnotatedElementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jvnet.annox.reflect.AnnotatedElementException
All Implemented Interfaces:
Serializable

public class AnnotatedElementException
extends Exception

See Also:
Serialized Form

Constructor Summary
AnnotatedElementException(AnnotatedElement annotatedElement, Throwable cause)
           
 
Method Summary
 AnnotatedElement getAnnotatedElement()
           
 
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

AnnotatedElementException

public AnnotatedElementException(AnnotatedElement annotatedElement,
                                 Throwable cause)
Method Detail

getAnnotatedElement

public AnnotatedElement getAnnotatedElement()


Copyright © 2006-2012 Highsource. All Rights Reserved.