Package com.teamdev.jxbrowser.engine
Class MissingDependencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.teamdev.jxbrowser.engine.EngineInitializationException
com.teamdev.jxbrowser.engine.MissingDependencyException
- All Implemented Interfaces:
Serializable
Thrown when Chromium fails to find the required system libraries on Linux.
When this exception is thrown, the following actions should be performed:
- Make sure that the current Linux distribution and version meets the system requirements.
- Install the required system libraries.
- Since:
- 7.3
- See Also:
-
Constructor Summary
ConstructorDescriptionMissingDependencyException
(Map<String, Set<String>> dependencies) Constructs an instance ofMissingDependencyException
with the given missingdependencies
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingDependencyException
Constructs an instance ofMissingDependencyException
with the given missingdependencies
.- Parameters:
dependencies
- a set of the missing dependencies
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-