java.lang
Class UnsatisfiedLinkError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.LinkageError
java.lang.UnsatisfiedLinkError
- All Implemented Interfaces:
- Serializable
public class UnsatisfiedLinkError
- extends LinkageError
A UnsatisfiedLinkError
is thrown if an appropriate
native language definition of a method declared native
cannot be found by the Java Virtual Machine.
- See Also:
Runtime
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsatisfiedLinkError
public UnsatisfiedLinkError()
- Create an error without a message.
UnsatisfiedLinkError
public UnsatisfiedLinkError(String s)
- Create an error with a message.
- Parameters:
s
- the message