android-components / mozilla.components.concept.engine / UnsupportedSettingException

UnsupportedSettingException

class UnsupportedSettingException : RuntimeException (source)

Exception thrown by default if a setting is not supported by an engine or session.

Constructors

<init>

UnsupportedSettingException(message: String = "Setting not supported by this engine")

Exception thrown by default if a setting is not supported by an engine or session.