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