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