org.jvnet.annox.annotation
Class AnnotationClassNotFoundException

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

public class AnnotationClassNotFoundException
extends Exception

See Also:
Serialized Form

Constructor Summary
AnnotationClassNotFoundException(String className, Throwable cause)
           
 
Method Summary
 String getClassName()
           
 
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

AnnotationClassNotFoundException

public AnnotationClassNotFoundException(String className,
                                        Throwable cause)
Method Detail

getClassName

public String getClassName()


Copyright © 2006-2011 Highsource. All Rights Reserved.