UnsatisfiedLinkError.UnsatisfiedLinkError

UnsatisfiedLinkError.UnsatisfiedLinkError

Class Overview | Class Members | This Package | All Packages

Syntax 1
public UnsatisfiedLinkError()
Description
Constructs an UnsatisfiedLinkError with no detail message.



Syntax 2
public UnsatisfiedLinkError( String s )
Parameters
s
the detail message.
Description
Constructs an UnsatisfiedLinkError with the specified detail message.