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, toString
Copyright © 2024. All rights reserved.