public class NoClassDefFoundError extends Error
Constructor and Description |
---|
NoClassDefFoundError()
Constructs a NoClassDefFoundError with no detail message.
|
NoClassDefFoundError(String s)
Constructs a NoClassDefFoundError with the specified detail message.
|
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
public NoClassDefFoundError()
public NoClassDefFoundError(String s)