|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
javassist.bytecode.annotation.NoSuchClassError
public class NoSuchClassError
Thrown if the linkage fails. It keeps the name of the class that caused this error.
| 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 |
|---|
public NoSuchClassError(java.lang.String className,
java.lang.Error cause)
| Method Detail |
|---|
public java.lang.String getClassName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||