Documentation for this section has not yet been entered.
Type Reason Java.Lang.IllegalAccessException if the default constructor is not visible. Java.Lang.InstantiationException if the instance cannot be created.
Returns a new instance of the class represented by this Class, created by invoking the default (that is, zero-argument) constructor. If there is no such constructor, or if the creation fails (either because of a lack of available memory or because an exception is thrown by the constructor), an InstantiationException is thrown. If the default constructor exists but is not accessible from the context where this method is invoked, an IllegalAccessException is thrown.