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