java.lang
Class UnsatisfiedLinkError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.LinkageError
              extended by java.lang.UnsatisfiedLinkError

public class UnsatisfiedLinkError
extends LinkageError

A 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

Constructor Summary
UnsatisfiedLinkError()
          Create an error without a message.
UnsatisfiedLinkError(String s)
          Create an error with a message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getCause, getLocalizedMessage, getMessage, initCause, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsatisfiedLinkError

public UnsatisfiedLinkError()
Create an error without a message.


UnsatisfiedLinkError

public UnsatisfiedLinkError(String s)
Create an error with a message.

Parameters:
s - the message