public class NoSuchClassError extends Error
| Constructor and Description | 
|---|
| NoSuchClassError(String className,
                Error cause)Constructs an exception. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getClassName()Returns the name of the class not found. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2016 Shigeru Chiba, www.javassist.org. All Rights Reserved.