Class MissingForeignRegistrationError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.LinkageError
org.graalvm.nativeimage.MissingForeignRegistrationError
- All Implemented Interfaces:
Serializable
This error is thrown when a query through the Foreign Function and Memory (FFM) API did not get
appropriately registered at build-time.
- Since:
- 25.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingForeignRegistrationError
-