Class MissingDependencyException

All Implemented Interfaces:
Serializable

public final class MissingDependencyException extends EngineInitializationException
Thrown when Chromium fails to find the required system libraries on Linux.

When this exception is thrown, the following actions should be performed:

  1. Make sure that the current Linux distribution and version meets the system requirements.
  2. Install the required system libraries.
Since:
7.3
See Also:
  • Constructor Details

    • MissingDependencyException

      public MissingDependencyException(Map<String,Set<String>> dependencies)
      Constructs an instance of MissingDependencyException with the given missing dependencies.
      Parameters:
      dependencies - a set of the missing dependencies
  • Method Details