NoClassDefFoundError.NoClassDefFoundError
Class Overview | Class Members |
This Package |
All Packages
public NoClassDefFoundError()
Description
Constructs a NoClassDefFoundError with no detail message.
public NoClassDefFoundError( String s )
Parameters
- s
- the detail message.
Description
Constructs a NoClassDefFoundError with the specified
detail message.