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