java.lang
Class UnsatisfiedLinkError
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Error
|
+--java.lang.LinkageError
|
+--java.lang.UnsatisfiedLinkError
A UnsatisfiedLinkError
is thrown if an appropriate
native language definition of a method declared native
cannot be found by the Java Virtual Machine.
Authors:- Brian Jones
- Tom Tromey <tromey@cygnus.com>
See Also:
UnsatisfiedLinkError
public UnsatisfiedLinkError()
Create an error without a message.
UnsatisfiedLinkError
public UnsatisfiedLinkError(java.lang.String s)
Create an error with a message.
Parameters:
UnsatisfiedLinkError
is thrown if an appropriate native language definition of a method declarednative
cannot be found by the Java Virtual Machine.