MOOS 0.2375
Public Member Functions | Public Attributes
CMOOSException Class Reference

#include <MOOSException.h>

List of all members.

Public Member Functions

 CMOOSException ()
virtual ~CMOOSException ()
 CMOOSException (const char *sStr)
 CMOOSException (const std::string &s)
char * c_str ()

Public Attributes

char m_sReason [100]
 storage for the exception reason

Detailed Description

A trivial Exception class

Definition at line 43 of file MOOSException.h.


Constructor & Destructor Documentation

CMOOSException::CMOOSException ( )

Definition at line 47 of file MOOSException.cpp.

CMOOSException::~CMOOSException ( ) [virtual]

Definition at line 52 of file MOOSException.cpp.

CMOOSException::CMOOSException ( const char *  sStr)

construct an exception with a string argument giving the reason for the exception

Definition at line 64 of file MOOSException.cpp.

CMOOSException::CMOOSException ( const std::string &  s)

Definition at line 57 of file MOOSException.cpp.


Member Function Documentation

char* CMOOSException::c_str ( ) [inline]

Definition at line 56 of file MOOSException.h.


Member Data Documentation

storage for the exception reason

Definition at line 59 of file MOOSException.h.


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