stdErrPlugin Class Reference

#include <stdErrPlugin.h>

Inheritance diagram for stdErrPlugin:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void handleError (daeString msg)
void handleWarning (daeString msg)
 stdErrPlugin ()
virtual ~stdErrPlugin ()

Detailed Description

The stdErrPlugin class is the default implementation of daeErrorHandler. It routes the Error and Warning messaged to stdout.

Definition at line 19 of file stdErrPlugin.h.


Constructor & Destructor Documentation

stdErrPlugin::stdErrPlugin (  ) 
virtual stdErrPlugin::~stdErrPlugin (  )  [virtual]

Member Function Documentation

void stdErrPlugin::handleError ( daeString  msg  )  [virtual]

This function is called when there is an error and a string needs to be sent to the user. You must overwrite this function in your plugin.

Parameters:
msg Error message.

Implements daeErrorHandler.

void stdErrPlugin::handleWarning ( daeString  msg  )  [virtual]

This function is called when there is a warning and a string needs to be sent to the user. You must overwrite this function in your plugin.

Parameters:
msg Warning message.

Implements daeErrorHandler.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


colladadom
Author(s): Du Hung Hou, Khronos.org, Marcus Barnes, Greg Corson, Herbert Law, Sebastian Schwarz, Steven Thomas, John Hsu (ros package), Tim Field (ros package)
autogenerated on Fri Jan 11 09:32:00 2013