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