- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- javassist.bytecode.annotation.NoSuchClassError
-
-
Constructor Summary
Constructors
Constructor and Description |
NoSuchClassError(java.lang.String className,
java.lang.Error cause)
Constructs an exception.
|
-
Method Summary
Methods
Modifier and Type |
Method and Description |
java.lang.String |
getClassName()
Returns the name of the class not found.
|
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999-2010 Shigeru Chiba. All Rights Reserved.