Class java.lang.UnsatisfiedLinkException
All Packages This Package Previous Next
Class java.lang.UnsatisfiedLinkException
java.lang.Object
|
+----java.lang.Exception
|
+----java.lang.UnsatisfiedLinkException
-
public class
UnsatisfiedLinkException
-
extends Exception
Signals an unsatisfied link.
-
See Also:
-
Linker
-
Version:
-
1.7, 31 Jan 1995
-
UnsatisfiedLinkException()
-
Constructor.
-
UnsatisfiedLinkException(String)
-
Constructor with a detail message.
UnsatisfiedLinkException
public UnsatisfiedLinkException()
-
Constructor.
UnsatisfiedLinkException
public UnsatisfiedLinkException(String s)
-
Constructor with a detail message.
All Packages This Package Previous Next