UnsatisfiedLinkError.UnsatisfiedLinkError
Class Overview | Class Members |
This Package |
All Packages
public UnsatisfiedLinkError()
Description
Constructs an UnsatisfiedLinkError with no detail message.
public UnsatisfiedLinkError( String s )
Parameters
- s
- the detail message.
Description
Constructs an UnsatisfiedLinkError with the
specified detail message.