#include <SampleParseException.h>
◆ SampleParseException() [1/2]
nidas::core::SampleParseException::SampleParseException |
( |
const std::string & | what, |
|
|
const std::string & | msg ) |
|
inline |
Create a ParseException, passing a name of what you're trying to parse, a message, and the line number of the document.
Referenced by clone().
◆ SampleParseException() [2/2]
nidas::core::SampleParseException::SampleParseException |
( |
const std::string & | message | ) |
|
|
inline |
Create an ParseException, passing a message.
◆ clone()
◆ errnoToString()
string nidas::util::Exception::errnoToString |
( |
int | err | ) |
|
|
staticinherited |
◆ getErrno()
virtual int nidas::util::Exception::getErrno |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ toString()
virtual std::string nidas::util::Exception::toString |
( |
| ) |
const |
throw | ( | ) | | | |
|
inlinevirtualinherited |
◆ what()
◆ _errno
int nidas::util::Exception::_errno |
|
protectedinherited |
◆ _what
std::string nidas::util::Exception::_what |
|
protectedinherited |
The documentation for this class was generated from the following file: