Variable
Static Public Summary | ||
public |
Exception raised by HttpCookies#getStrict when the cookie is not found. |
|
public |
Exception thrown when an element where we expect the
|
|
public |
Exception thrown when an element with the
|
|
public |
Exception thrown when an element that we expect to have
the |
|
public |
Exception raised by HttpCookies#getStrict when the cookie is not found. |
|
public |
Exception thrown when an element has a
|
Static Public
public DuplicateReceiverNameForSignal: Error source
import {DuplicateReceiverNameForSignal} from 'ievv_jsbase/SignalHandlerSingleton.js'
Exception raised by HttpCookies#getStrict when the cookie is not found.
public ElementHasNoWidgetInstanceIdError: Error source
import {ElementHasNoWidgetInstanceIdError} from 'ievv_jsbase/widget/WidgetRegistrySingleton.js'
Exception thrown when an element where we expect the
data-ievv-jsbase-widget-instanceid
attribute does
not have this attribute.
public ElementIsNotInitializedAsWidget: Error source
import {ElementIsNotInitializedAsWidget} from 'ievv_jsbase/widget/WidgetRegistrySingleton.js'
Exception thrown when an element with the
data-ievv-jsbase-widget-instanceid=<widgetInstanceId>
attribute is not in
the WidgetRegistrySingleton with <widgetInstanceId>
.
public ElementIsNotWidgetError: Error source
import {ElementIsNotWidgetError} from 'ievv_jsbase/widget/WidgetRegistrySingleton.js'
Exception thrown when an element that we expect to have
the data-ievv-jsbase-widget
attribute does not have
this attribute.
public HttpCookieNotFoundError: Error source
import {HttpCookieNotFoundError} from 'ievv_jsbase/http/HttpCookies.js'
Exception raised by HttpCookies#getStrict when the cookie is not found.
public InvalidWidgetAliasError: Error source
import {InvalidWidgetAliasError} from 'ievv_jsbase/widget/WidgetRegistrySingleton.js'
Exception thrown when an element has a
data-ievv-jsbase-widget
with a value that
is not an alias registered in the WidgetRegistrySingleton.