org.w3c.dom.DOMErrorHandler.handleError
method
public handleError(error as DOMError) as Boolean
Description

Handles a DOM error.

Parameters
  • error Error to handle.
Returns

True to continue processing.

Example
keepGoing = handler.handleError(error)