java.lang
public class UnsatisfiedLinkError extends LinkageError
UnsatisfiedLinkError
is thrown if an appropriate
native language definition of a method declared native
cannot be found by the Java Virtual Machine.Runtime
,
Serialized FormConstructor and Description |
---|
UnsatisfiedLinkError()
Create an error without a message.
|
UnsatisfiedLinkError(String s)
Create an error with a message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnsatisfiedLinkError()
public UnsatisfiedLinkError(String s)
s
- the message