Signals an attempt to instantiate an interface or abstract class.
public class InstantiationError extends IncompatibleClassChangeError { // Public Constructors public InstantiationError(); public InstantiationError(String s); }
Object->Throwable(Serializable)->Error->LinkageError->IncompatibleClassChangeError->InstantiationError
This HTML Help has been published using the chm2web software. |