quietErrorHandler Class Reference

#include <stdErrPlugin.h>

Inheritance diagram for quietErrorHandler:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void handleError (daeString msg)
void handleWarning (daeString msg)
 quietErrorHandler ()

Static Public Member Functions

static quietErrorHandlergetInstance ()

Static Private Attributes

static quietErrorHandler theInstance

Detailed Description

The quietErrorHandler class is an alternative implementation of daeErrorHandler. It suppresses error and warning messages. The easiest way to use it is like this: daeErrorHandler::setErrorHandler(&quietErrorHandler::getInstance());

Definition at line 34 of file stdErrPlugin.h.


Constructor & Destructor Documentation

quietErrorHandler::quietErrorHandler (  )  [inline]

Definition at line 36 of file stdErrPlugin.h.


Member Function Documentation

static quietErrorHandler& quietErrorHandler::getInstance (  )  [inline, static]

Definition at line 40 of file stdErrPlugin.h.

void quietErrorHandler::handleError ( daeString  msg  )  [inline, 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.

Definition at line 37 of file stdErrPlugin.h.

void quietErrorHandler::handleWarning ( daeString  msg  )  [inline, 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.

Definition at line 38 of file stdErrPlugin.h.


Member Data Documentation

Definition at line 43 of file stdErrPlugin.h.


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