Package javassist.bytecode.annotation
Class NoSuchClassError
java.lang.Object
java.lang.Throwable
java.lang.Error
javassist.bytecode.annotation.NoSuchClassError
- All Implemented Interfaces:
Serializable
Thrown if the linkage fails.
It keeps the name of the class that caused this error.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchClassError
Constructs an exception.
-
-
Method Details
-
getClassName
Returns the name of the class not found.
-