public class NoSuchClassException extends Exception
NoClassDefFoundError or ClassNotFoundException and make the client
of the API deal with only one kind of exception.| Constructor and Description |
|---|
NoSuchClassException(String className) |
NoSuchClassException(String className,
String message) |
NoSuchClassException(String className,
String message,
Throwable cause) |
NoSuchClassException(String className,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2025 JBoss by Red Hat. All Rights Reserved.