Class LibraryNotFoundError

  • All Implemented Interfaces:
    java.io.Serializable

    public class LibraryNotFoundError
    extends java.lang.UnsatisfiedLinkError
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      LibraryNotFoundError​(java.lang.String libraryNames, java.lang.String errors)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLibraryNames()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LibraryNotFoundError

        public LibraryNotFoundError​(java.lang.String libraryNames,
                                    java.lang.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 Detail

      • getLibraryNames

        public java.lang.String getLibraryNames()