Package org.mozilla.geckoview
Class WebExtension.InvalidMetaDataException
Object
Throwable
Exception
RuntimeException
org.mozilla.geckoview.WebExtension.InvalidMetaDataException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- WebExtension
Exception thrown when GeckoView receives unexpected invalid WebExtension metadata from Gecko
(e.g. when metadata properties in the bundle are not matching the type expected by GeckoView).
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidMetaDataException
protected InvalidMetaDataException()For testing
-