|
All Packages Class Hierarchy This Package Previous Next Index Class java.lang.InstantiationErrorjava.lang.Object | +----java.lang.Throwable | +----java.lang.Error | +----java.lang.LinkageError | +----java.lang.IncompatibleClassChangeError | +----java.lang.InstantiationError
new
construct to instantiate an abstract class or an interface.
Normally, this error is caught by the compiler; this error can only occur at run time if the definition of a class has incompatibly changed.
InstantiationErrorpublic InstantiationError()
public InstantiationError(String s)
All Packages Class Hierarchy This Package Previous Next Index Submit a bug or feature |
|||||||||||||||||
With any suggestions or questions please feel free to contact us |