Error Event
Fires if an unhandled error occurs during an event.
Syntax
public class DefaultCbregistryEventListener implements CbregistryEventListener { ... public void error(CbregistryErrorEvent e) {} ... } public class CbregistryErrorEvent { 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.