Documentation  › java.lang  › UnsatisfiedLinkError
 
 


  UnsatisfiedLinkError
  public

  Inherits From:   LinkageError : Error : Throwable : Object
  Conforms To:   none
  Declared In:   java.lang


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


Class Variables
 
None declared in this exception.


Instance Variables
 
None declared in this exception.


Constructors
 
UnsatisfiedLinkError
public UnsatisfiedLinkError( )

Constructs an UnsatisfiedLinkError with no detail message.


UnsatisfiedLinkError
public UnsatisfiedLinkError( String s )

Constructs an UnsatisfiedLinkError with the specified detail message.


Class Methods
 
None declared in this exception.


Instance Methods
 
None declared in this exception.


Known Subclasses
 
None.



 
 
  dydoc
  3/10/05