Class LibraryNotFoundError

All Implemented Interfaces:
Serializable

public class LibraryNotFoundError extends UnsatisfiedLinkError
Exception thrown when a required native library cannot be found.
See Also:
  • Constructor Details

    • LibraryNotFoundError

      public LibraryNotFoundError(String libraryNames, String errors)
      Constructs an instance with the given library names and error messages.
      Parameters:
      libraryNames - A list of the file names of the native libraries that failed to load
      errors - A list of the error messages received when trying to load each of the libraries
  • Method Details

    • getLibraryNames

      public String getLibraryNames()
      Returns the names of the libraries that failed to load.
      Returns:
      the library names