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.
|
public NoClassDefFoundError()
public NoClassDefFoundError(String s)