#include <props.h>
Public Member Functions | |
PropsException (const std::string &message) | |
Constructor, prepends NAME to message to obtain runtime_error::what(). | |
Static Public Attributes | |
const std::string | NAME |
Name of class, is prepended to each message argument of the constructor. |
Derived from runtime_error, i.e. the only useful member function is PropsException::what() which returns constant C string describing the error.
Definition at line 32 of file props.h.
|
Constructor, prepends NAME to message to obtain runtime_error::what(). Definition at line 42 of file props.h. References NAME. |
|
Name of class, is prepended to each message argument of the constructor. Definition at line 38 of file props.h. Referenced by PropsException(). |
dvutil-0.13.15 | [30 December, 2004] |