Error Event

Fires if an unhandled error occurs during an event.

Syntax

public class DefaultCbmonitorEventListener implements CbmonitorEventListener {
  ...
  public void error(CbmonitorErrorEvent e) {}
  ...
}

public class CbmonitorErrorEvent {
  public int errorCode;
  public String description;
}

Remarks

This event fires if an unhandled error occurs during another event. Developers can use this information to help track down unhandled errors in an application's event handlers.

Copyright (c) 2022 Callback Technologies, Inc. - All rights reserved.
CBFS Filter 2020 Java Edition - Version 20.0 [Build 8317]