Packages This Package Prev Next Index
public class java.lang.UnsatisfiedLinkError extends java.lang.LinkageError (§1.51) { public UnsatisfiedLinkError(); §1.59.1 public UnsatisfiedLinkError(String s); §1.59.2 }The Java runtime throws an instance of this class if it cannot find an appropriate native- language definition of a method declared
native
.
public UnsatisfiedLinkError()
UnsatisfiedLinkError
with no detail message.
public UnsatisfiedLinkError(String s)
UnsatisfiedLinkError
with the specified detail
message.
s
-
Packages This Package Prev Next IndexJava API Document (HTML generated by dkramer on April 22, 1996)