DOFUncaughtExceptionListener InterfaceOpenDOF Object Access Library
The definition of the listener for uncaught exceptions.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public interface UncaughtExceptionListener

The DOFUncaughtExceptionListener type exposes the following members.

Methods

  NameDescription
Public methodremoved
Called when the UncaughtExceptionListener is removed from the DOF.
Public methoduncaughtException
This method handles the exceptions.
Top
Remarks

The definition of the listener for uncaught exceptions.

The default implementation just adds a message to Log at level

ERROR
.

Make sure to add a Listener with Log.addListener(Level, Listener) at level

ERROR
.
See Also

Reference