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
Nested ClassesModifier and TypeClassDescriptionstatic @interface
static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal int
One ofWebExtension.InstallException.ErrorCodes
that provides more information about this exception. -
Constructor Summary
Constructors -
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.
-
-
Constructor Details
-
InstallException
protected InstallException()For testing
-
-
Method Details