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
Thrown if the Java Virtual Machine cannot find an appropriate
native-language definition of a method declared native.
- See Also:
- Serialized Form
UnsatisfiedLinkError
public UnsatisfiedLinkError()
- Constructs a new unsatisifed link error with
null
as its
detail message.
UnsatisfiedLinkError
public UnsatisfiedLinkError(String msg)
- Constructs a new error with the specified detail message.
Copyright © 2007 Sentilla Corporation. All Rights Reserved.