PLearn 0.1
|
#include <plexceptions.h>
Public Member Functions | |
PLearnError (const string &the_message) | |
string | message () const |
Protected Attributes | |
string | msg |
Definition at line 57 of file plexceptions.h.
PLearn::PLearnError::PLearnError | ( | const string & | the_message | ) | [inline] |
Definition at line 62 of file plexceptions.h.
: msg(the_message) {}
string PLearn::PLearnError::message | ( | ) | const [inline] |
Definition at line 63 of file plexceptions.h.
References msg.
Referenced by PLearn::convertible(), PLearn::TextFilesVMatrix::getNewRow(), PLearn::VMatrix::lockMetaDataDir(), main(), PLearn::PStreamBufTest::perform(), PLearn::PentaTest::perform(), PLearn::ObjectGraphIteratorTest::perform(), PLearn::InterfunctionXchgTest::perform(), PLearn::InstanceSnippetTest::perform(), PLearn::AutoVMatrixTest::perform(), performLP(), PLearn::plearn_main(), PLearn::pythonGlobalFuncTramp(), PLearn::PythonCodeSnippet::pythonTrampoline(), PLearn::TMat< pair< real, real > >::read(), PLearn::readFileAndMacroProcess(), PLearn::Object::readOptionVal(), PLearn::Plide::run(), PLearn::PLearnServer::run(), PLearn::AutoRunCommand::run(), PLearn::PythonObjectWrapper::trampoline(), PLearn::UNIT_TEST(), and PLearn::TxtmatCommand::view().
{ return msg; }; // Return error message
string PLearn::PLearnError::msg [protected] |
Definition at line 59 of file plexceptions.h.
Referenced by message().