<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Wed Jul 28 01:21:15 GMT 1999 -->
<title>
  Class java.lang.UnsatisfiedLinkError
</title>
</head>
<body>
<a name="_top_"></a>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.lang.html">This Package</a>  <a href="java.lang.UnknownError.html#_top_">Previous</a>  <a href="java.lang.VerifyError.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Class java.lang.UnsatisfiedLinkError
</h1>
<pre>
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
   |
   +----<a href="java.lang.Throwable.html#_top_">java.lang.Throwable</a>
           |
           +----<a href="java.lang.Error.html#_top_">java.lang.Error</a>
                   |
                   +----<a href="java.lang.LinkageError.html#_top_">java.lang.LinkageError</a>
                           |
                           +----java.lang.UnsatisfiedLinkError
</pre>
<hr>
<dl>
  <dt> public class <b>UnsatisfiedLinkError</b>
  <dt> extends <a href="java.lang.LinkageError.html#_top_">LinkageError</a>
</dl>
Thrown if the Java Virtual Machine cannot find an appropriate 
 native-language definition of a method declared <code>native</code>.
<p>
<dl>
    <dt> <b>See Also:</b>
    <dd> <a href="java.lang.Runtime.html#_top_">Runtime</a>
</dl>
<hr>
<a name="index"></a>
<h2>
  <img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
</h2>
<dl>
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#UnsatisfiedLinkError()"><b>UnsatisfiedLinkError</b></a>()
  <dd>  Constructs an <code>UnsatisfiedLinkError</code> with no detail message.
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#UnsatisfiedLinkError(java.lang.String)"><b>UnsatisfiedLinkError</b></a>(String)
  <dd>  Constructs an <code>UnsatisfiedLinkError</code> with the 
 specified detail message.
</dl>
<a name="constructors"></a>
<h2>
  <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="UnsatisfiedLinkError"></a>
<a name="UnsatisfiedLinkError()"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>UnsatisfiedLinkError</b>
<pre>
 public UnsatisfiedLinkError()
</pre>
<dl>
  <dd> Constructs an <code>UnsatisfiedLinkError</code> with no detail message.
<p>
</dl>
<a name="UnsatisfiedLinkError(java.lang.String)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>UnsatisfiedLinkError</b>
<pre>
 public UnsatisfiedLinkError(<a href="java.lang.String.html#_top_">String</a> s)
</pre>
<dl>
  <dd> Constructs an <code>UnsatisfiedLinkError</code> with the 
 specified detail message.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> s - the detail message.
  </dl></dd>
</dl>
<hr>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.lang.html">This Package</a>  <a href="java.lang.UnknownError.html#_top_">Previous</a>  <a href="java.lang.VerifyError.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
