public class NoClassDefFoundError extends LinkageError
| Constructor and Description |
|---|
NoClassDefFoundError()
Constructs a new
NoClassDefFoundError that includes the current
stack trace. |
NoClassDefFoundError(String detailMessage)
Constructs a new
NoClassDefFoundError with the current stack
trace and the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoClassDefFoundError()
NoClassDefFoundError that includes the current
stack trace.public NoClassDefFoundError(String detailMessage)
NoClassDefFoundError with the current stack
trace and the specified detail message.detailMessage - the detail message for this error.