java.lang
public class UnsatisfiedLinkError extends LinkageError
UnsatisfiedLinkError
is thrown if an appropriate
native language definition of a method declared native
cannot be found by the Java Virtual Machine.
See Also: Runtime
UNKNOWN: updated to 1.4
Constructor Summary | |
---|---|
UnsatisfiedLinkError()
Create an error without a message. | |
UnsatisfiedLinkError(String s)
Create an error with a message.
|
Parameters: s the message