#include <InvalidParameterException.h>
|
static std::string | errnoToString (int err) |
| Return string description of an errno (from errno.h).
|
|
◆ InvalidParameterException() [1/2]
nidas::util::InvalidParameterException::InvalidParameterException |
( |
const std::string & | module, |
|
|
const std::string & | name, |
|
|
const std::string & | msg ) |
|
inline |
◆ InvalidParameterException() [2/2]
nidas::util::InvalidParameterException::InvalidParameterException |
( |
const std::string & | message | ) |
|
|
inline |
◆ clone()
Exception * nidas::util::InvalidParameterException::clone |
( |
| ) |
const |
|
inlinevirtual |
◆ 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()
virtual const char * nidas::util::Exception::what |
( |
| ) |
const |
throw | ( | ) | | | |
|
inlinevirtualinherited |
◆ _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: