Class java.lang.IncompatibleTypeException
All Packages This Package Previous Next
Class java.lang.IncompatibleTypeException
java.lang.Object
|
+----java.lang.Exception
|
+----java.lang.IncompatibleTypeException
-
public class
IncompatibleTypeException
-
extends Exception
Signals an incompatible class change.
-
See Also:
-
arraycopy
-
Version:
-
1.8, 31 Jan 1995
-
IncompatibleTypeException()
-
Constructor.
-
IncompatibleTypeException(String)
-
Constructor with a detail message.
IncompatibleTypeException
public IncompatibleTypeException()
-
Constructor.
IncompatibleTypeException
public IncompatibleTypeException(String s)
-
Constructor with a detail message.
All Packages This Package Previous Next