Package org.mozilla.geckoview
Class WebExtension.InstallException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- WebExtension
Extension thrown when an error occurs during extension installation.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic @interface
static class
-
Field Summary
Modifier and TypeFieldDescriptionfinal int
One ofWebExtension.InstallException.ErrorCodes
that provides more information about this exception.final String
An optional ID of the extension that caused the exception.final String
An optional name of the extension that caused the exception.final String
An optional version of the extension that caused the exception. -
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
code
public final int codeOne ofWebExtension.InstallException.ErrorCodes
that provides more information about this exception. -
extensionId
An optional ID of the extension that caused the exception. -
extensionName
An optional name of the extension that caused the exception. -
extensionVersion
An optional version of the extension that caused the exception.
-
-
Constructor Details
-
InstallException
protected InstallException()For testing
-
-
Method Details