:: com :: sun :: star :: form ::

interface XErrorListener
Base Interfaces
XErrorListener
┗ ::com::sun::star::lang::XEventListener

::com::sun::star::lang::XEventListener
(referenced interface's summary:)

Methods' Summary
errorOccured is invoked when a database action performed by a database form raises an exception.  
Methods' Details
errorOccured
void
errorOccured( [in] ErrorEvent  aEvent );

Description
is invoked when a database action performed by a database form raises an exception.
Top of Page