Serialized Form
-
Package org.mozilla.geckoview
-
Exception org.mozilla.geckoview.ExperimentDelegate.ExperimentException
class ExperimentException extends Exception implements Serializable-
Serialized Fields
-
code
int code
One ofExperimentDelegate.ExperimentException.Codes
that provides more information about this exception.
-
-
-
Exception org.mozilla.geckoview.GeckoResult.UncaughtException
class UncaughtException extends RuntimeException implements Serializable -
Exception org.mozilla.geckoview.GeckoSession.GeckoPrintException
class GeckoPrintException extends Exception implements Serializable-
Serialized Fields
-
code
int code
One ofGeckoSession.GeckoPrintException.Codes
that provides more information about this exception.
-
-
-
Exception org.mozilla.geckoview.Image.ImageProcessingException
class ImageProcessingException extends RuntimeException implements Serializable -
Exception org.mozilla.geckoview.TranslationsController.TranslationsException
class TranslationsException extends Exception implements Serializable-
Serialized Fields
-
code
int code
TranslationsController.TranslationsException.Code
that provides more information about this exception.
-
-
-
Exception org.mozilla.geckoview.WebExtension.InstallException
class InstallException extends Exception implements Serializable-
Serialized Fields
-
code
int code
One ofWebExtension.InstallException.ErrorCodes
that provides more information about this exception. -
extensionId
String extensionId
An optional ID of the extension that caused the exception. -
extensionName
String extensionName
An optional name of the extension that caused the exception. -
extensionVersion
String extensionVersion
An optional version of the extension that caused the exception.
-
-
-
Exception org.mozilla.geckoview.WebRequestError
class WebRequestError extends Exception implements Serializable-
Serialized Fields
-
category
int category
The error category, e.g.WebRequestError.ERROR_CATEGORY_URI
. -
certificate
X509Certificate certificate
The server certificate used. This can be useful if the error code is is e.g.WebRequestError.ERROR_SECURITY_BAD_CERT
. -
code
int code
The error code, e.g.WebRequestError.ERROR_MALFORMED_URI
.
-
-
-