Class LibraryNotFoundError

All Implemented Interfaces:
Serializable

public class LibraryNotFoundError extends UnsatisfiedLinkError
See Also:
  • Constructor Details

    • LibraryNotFoundError

      public LibraryNotFoundError(String libraryNames, String errors)
      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()