ClassFormatError.ClassFormatError

ClassFormatError.ClassFormatError

Class Overview | Class Members | This Package | All Packages

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



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