AbstractMethodError.AbstractMethodError

AbstractMethodError.AbstractMethodError

Class Overview | Class Members | This Package | All Packages

Syntax 1
public AbstractMethodError()
Description
Constructs an AbstractMethodError with no detail message.



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