Package | Description |
---|---|
com.teamdev.jxbrowser.engine |
This package provides the classes that allow you to work with engines.
|
Modifier and Type | Class and Description |
---|---|
class |
ChromiumBinariesDeliveryException
Thrown when the verification of the Chromium binary files has failed and the binaries cannot be
extracted from the resources.
|
class |
ChromiumProcessStartupFailureException
Thrown when startup of the Chromium process has been failed.
|
class |
InvalidLicenseException
Thrown when the given license is invalid.
|
class |
IpcSetupFailureException
Thrown when Inter-Process Communication (IPC) setup has been failed.
|
class |
LicenseException
A superclass of those exceptions that can be thrown during license checking.
|
class |
MissingDependencyException
Thrown when Chromium fails to find the required system libraries on Linux.
|
class |
NoLicenseException
Thrown when no license found.
|
class |
UserDataDirectoryAlreadyInUseException
Thrown when the user data directory is already used by another Engine instance in this or another
Java application.
|
class |
UserDataDirectoryCreationException
Thrown when the user data directory does not exist and cannot be created.
|