javassist.bytecode.annotation
Class NoSuchClassError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by javassist.bytecode.annotation.NoSuchClassError
All Implemented Interfaces:
java.io.Serializable

public class NoSuchClassError
extends java.lang.Error

Thrown if the linkage fails. It keeps the name of the class that caused this error.

See Also:
Serialized Form

Constructor Summary
NoSuchClassError(java.lang.String className, java.lang.Error cause)
          Constructs an exception.
 
Method Summary
 java.lang.String getClassName()
          Returns the name of the class not found.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchClassError

public NoSuchClassError(java.lang.String className,
                        java.lang.Error cause)
Constructs an exception.

Method Detail

getClassName

public java.lang.String getClassName()
Returns the name of the class not found.



Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999-2010 Shigeru Chiba. All Rights Reserved.