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
All Implemented Interfaces:
Serializable

public class UnsatisfiedLinkError
extends LinkageError

Thrown if the Java Virtual Machine cannot find an appropriate native-language definition of a method declared native.

See Also:
Serialized Form

Constructor Summary
UnsatisfiedLinkError()
          Constructs a new unsatisifed link error with null as its detail message.
UnsatisfiedLinkError(String msg)
          Constructs a new error with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsatisfiedLinkError

public UnsatisfiedLinkError()
Constructs a new unsatisifed link error with null as its detail message.


UnsatisfiedLinkError

public UnsatisfiedLinkError(String msg)
Constructs a new error with the specified detail message.



Copyright © 2007 Sentilla Corporation. All Rights Reserved.