Class GeckoResult.UncaughtException

Object
Throwable
Exception
RuntimeException
org.mozilla.geckoview.GeckoResult.UncaughtException
All Implemented Interfaces:
Serializable
Enclosing class:
GeckoResult<T>

public static final class GeckoResult.UncaughtException extends RuntimeException
Exception thrown when an uncaught exception occurs in a GeckoResult chain.
See Also:
  • Constructor Details

    • UncaughtException

      public UncaughtException(Throwable cause)
      Construct an UncaughtException.
      Parameters:
      cause - The underlying cause of the exception