Class WebExtension.InvalidMetaDataException

Object
Throwable
Exception
RuntimeException
org.mozilla.geckoview.WebExtension.InvalidMetaDataException
All Implemented Interfaces:
Serializable
Enclosing class:
WebExtension

public static class WebExtension.InvalidMetaDataException extends RuntimeException
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 Details

    • InvalidMetaDataException

      protected InvalidMetaDataException()
      For testing