Package java.lang
Class InstantiationError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- java.lang.LinkageError
-
- java.lang.IncompatibleClassChangeError
-
- java.lang.InstantiationError
-
- All Implemented Interfaces:
Serializable
public class InstantiationError extends IncompatibleClassChangeError
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InstantiationError()
InstantiationError(String var0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
InstantiationError
public InstantiationError()
-
InstantiationError
public InstantiationError(String var0)
-
-