NoClassDefFoundError.NoClassDefFoundError

NoClassDefFoundError.NoClassDefFoundError

Class Overview | Class Members | This Package | All Packages

Syntax 1
public NoClassDefFoundError()
Description
Constructs a NoClassDefFoundError with no detail message.



Syntax 2
public NoClassDefFoundError( String s )
Parameters
s
the detail message.
Description
Constructs a NoClassDefFoundError with the specified detail message.