javassist.bytecode.annotation
Class NoSuchClassError
java.lang.Object
java.lang.Throwable
java.lang.Error
javassist.bytecode.annotation.NoSuchClassError
- All Implemented Interfaces:
- Serializable
public class NoSuchClassError
- extends Error
Thrown if the linkage fails.
It keeps the name of the class that caused this error.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchClassError
public NoSuchClassError(String className,
Error cause)
- Constructs an exception.
getClassName
public String getClassName()
- Returns the name of the class not found.
Copyright © 2011. All Rights Reserved.