COLLADA 1.4 DOM: stdErrPlugin Class Reference

COLLADA

stdErrPlugin Class Reference

#include <stdErrPlugin.h>

Inheritance diagram for stdErrPlugin:

Inheritance graph
[legend]
Collaboration diagram for stdErrPlugin:

Collaboration graph
[legend]
List of all members.

Detailed Description

The stdErrPlugin class is the default implementation of daeErrorHandler.

It routes the Error and Warning messaged to stdout.

Public Member Functions

void handleError (daeString msg)
 This function is called when there is an error and a string needs to be sent to the user.
void handleWarning (daeString msg)
 This function is called when there is a warning and a string needs to be sent to the user.

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 files:
  • C:/SVN_wf/COLLADA_DOM/include/modules/stdErrPlugin.h
  • C:/SVN_wf/COLLADA_DOM/src/modules/stdErrPlugin/stdErrPlugin.cpp

©2005 Sony Computer Entertainment Inc.. All Rights Reserved.
Generated on Fri Feb 10 16:50:46 2006 for COLLADA 1.4 DOM by doxygen 1.4.3