Added in API level 1
Summary:
Ctors
| Inherited Methods
UnsatisfiedLinkError
public
class
UnsatisfiedLinkError
extends LinkageError
| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Error | |||
| ↳ | java.lang.LinkageError | |||
| ↳ | java.lang.UnsatisfiedLinkError | |||
Thrown if the Java Virtual Machine cannot find an appropriate
native-language definition of a method declared native.
See also:
Summary
Public constructors | |
|---|---|
UnsatisfiedLinkError()
Constructs an |
|
UnsatisfiedLinkError(String s)
Constructs an |
|
Inherited methods | |
|---|---|
Public constructors
UnsatisfiedLinkError
Added in API level 1
public UnsatisfiedLinkError ()
Constructs an UnsatisfiedLinkError with no detail message.
UnsatisfiedLinkError
Added in API level 1
public UnsatisfiedLinkError (String s)
Constructs an UnsatisfiedLinkError with the
specified detail message.
| Parameters | |
|---|---|
s |
String: the detail message. |