TOC This Package Prev Next Index
§1.59 Class UnsatisfiedLinkError
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.
UnsatisfiedLinkError
public UnsatisfiedLinkError()
- Constructs an
UnsatisfiedLinkError with no detail message.
UnsatisfiedLinkError
public UnsatisfiedLinkError(String s)
- Constructs an
UnsatisfiedLinkError with the specified detail
message.
- Parameters:
s
-
the detail message
TOC This Package Prev Next Index
Java API Document
Last edited by dkramer on April 11, 1996
Copyright © 1996 Sun Microsystems, Inc.
Send any comments or corrections to dkramer@sun.com