Package java.lang
Class NoClassDefFoundError
NoClassDefFoundError()
NoClassDefFoundError(String s)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
constructor NoClassDefFoundError():
Constructs an NoClassDefFoundError with no detail message.
constructor NoClassDefFoundError(String s):
Constructs an NoClassDefFoundError with the specified detail message.