Error.Error

Error.Error

Class Overview | Class Members | This Package | All Packages

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



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