|
|
|
|
UnsatisfiedLinkError
|
|
|
public
|
Exception Description
|
|
|
Thrown if the Java Virtual Machine cannot find an appropriate
native-language definition of a method declared native.
|
Class Variables
|
|
|
None declared in this exception.
|
Instance Variables
|
|
|
None declared in this exception.
|
Constructors
|
|
|
UnsatisfiedLinkError
public UnsatisfiedLinkError(
)
Constructs an UnsatisfiedLinkError with no detail message.
UnsatisfiedLinkError
public UnsatisfiedLinkError(
String s
)
Constructs an UnsatisfiedLinkError with the
specified detail message.
|
Class Methods
|
|
|
None declared in this exception.
|
Instance Methods
|
|
|
None declared in this exception.
|
|
|