PLearn 0.1
Public Member Functions | Protected Attributes
PLearn::PLearnError Class Reference

#include <plexceptions.h>

Inheritance diagram for PLearn::PLearnError:
Inheritance graph
[legend]
Collaboration diagram for PLearn::PLearnError:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 PLearnError (const string &the_message)
string message () const

Protected Attributes

string msg

Detailed Description

Definition at line 57 of file plexceptions.h.


Constructor & Destructor Documentation

PLearn::PLearnError::PLearnError ( const string &  the_message) [inline]

Definition at line 62 of file plexceptions.h.

: msg(the_message) {}

Member Function Documentation

string PLearn::PLearnError::message ( ) const [inline]

Member Data Documentation

string PLearn::PLearnError::msg [protected]

Definition at line 59 of file plexceptions.h.

Referenced by message().


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