Serializable
public class NoSuchClassError extends Error
Constructor | Description |
---|---|
NoSuchClassError(String className,
Error cause) |
Constructs an exception.
|
Modifier and Type | Method | Description |
---|---|---|
String |
getClassName() |
Returns the name of the class not found.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2018 Shigeru Chiba, www.javassist.org. All rights reserved.