No cache version.

Caching disabled. Default setting for this page:enabled (code LNG204)
If the display is too slow, you can disable the user mode to view the cached version.
java.lang

Class InstantiationException

  • All Implemented Interfaces:
    Serializable

    public class InstantiationException
    extends ReflectiveOperationException
    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. The instantiation can fail for a variety of reasons including but not limited to:
    • the class object represents an abstract class, an interface, an array class, a primitive type, or void
    • the class has no nullary constructor
    Since:
    JDK1.0
    See Also:
    Class.newInstance(), Serialized Form
    • Constructor Detail

      • InstantiationException

        public InstantiationException()
        Constructs an InstantiationException with no detail message.
      • InstantiationException

        public InstantiationException(String s)
        Constructs an InstantiationException with the specified detail message.
        Parameters:
        s - the detail message.
Error Infobrol

Can not display this page of the Infobrol website

Type of error (18-01)

Unknown format specifier "&"

Please try again in a few minutes…

Return to the home page




Steph