The goog.debug.ErrorReporter.ExceptionEvent Class

goog.debug.ErrorReporter.ExceptionEvent
> goog.events.Event

goog.debug.ErrorReporter.ExceptionEvent(error, context)

Event broadcast when an exception is logged.

error {Error}
The exception that was was reported.
context {!Object.<string, string>}
The context values sent to the server alongside this error.

.TYPE {string}

Event type for notifying of a logged exception.

.context {!Object.<string, string>}

Context values sent to the server alongside this report.

.defaultPrevented {boolean}

Inherited from goog.events.Event .

Whether the default action has been prevented. This is a property to match the W3C specification at {@link http://www.w3.org/TR/DOM-Level-3-Events/#events-event-type-defaultPrevented}. Must be treated as read-only outside the class.

.error {Error}

The error that was reported.

.preventDefault()

Inherited from goog.events.Event .

Prevents the default action, for example a link redirecting to a url.

.propagationStopped_ {boolean}

Inherited from goog.events.Event .

Whether to cancel the event in internal capture/bubble processing for IE.

@suppress
{underscore} Technically public, but referencing this outside this package is strongly discouraged.

.returnValue_ {boolean}

Inherited from goog.events.Event .

Return value for in internal capture/bubble processing for IE.

@suppress
{underscore} Technically public, but referencing this outside this package is strongly discouraged.

.stopPropagation()

Inherited from goog.events.Event .

Stops event propagation.