InstantiationException Class Reference

Inheritance diagram for InstantiationException:

Inheritance graph
[legend]
Collaboration diagram for InstantiationException:

Collaboration graph
[legend]
List of all members.

Detailed Description

Thrown when an application tries to create an instance of a class using the newInstance method in class Class, but the specified class object cannot be instantiated because it is an interface or is an abstract class.


The documentation for this class was generated from the following file:
  • class.h

Copyright © 1999-2004, Apache Software Foundation