Class MissingLibraryException

All Implemented Interfaces:
Serializable

public class MissingLibraryException extends LibraryException
Missing library exceptions are thrown when a library file for this platform cannot be found.

Make sure to add the correct dependency to your project to provide at least one valid library instance

See Also:
  • Constructor Details

    • MissingLibraryException

      public MissingLibraryException(String message)