public class UnsatisfiedLinkError extends LinkageError
native.Runtime,
Serialized Form| Constructor and Description |
|---|
UnsatisfiedLinkError()
Constructs an
UnsatisfiedLinkError with no detail message. |
UnsatisfiedLinkError(String s)
Constructs an
UnsatisfiedLinkError with the
specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsatisfiedLinkError()
UnsatisfiedLinkError with no detail message.public UnsatisfiedLinkError(String s)
UnsatisfiedLinkError with the
specified detail message.s - the detail message.Dracula Javadoc Sample, Made with Allan Im.