CARMA C++
|
This is the complete list of members for carma::util::SystemException, including all inherited members.
BaseException() (defined in carma::util::BaseException) | carma::util::BaseException | explicitprotected |
BaseException(const BaseException &rhs) (defined in carma::util::BaseException) | carma::util::BaseException | protected |
BaseException(const char *mesg, const char *fileName, const int lineNo) | carma::util::BaseException | protected |
BaseException(const char *mesg, const ::std::string &fileName, const int lineNo) (defined in carma::util::BaseException) | carma::util::BaseException | protected |
BaseException(const ::std::string &mesg, const char *fileName, const int lineNo) (defined in carma::util::BaseException) | carma::util::BaseException | protected |
BaseException(const ::std::string &mesg, const ::std::string &fileName, const int lineNo) (defined in carma::util::BaseException) | carma::util::BaseException | protected |
BaseException(const ::std::ostringstream &oss, const char *fileName, const int lineNo) (defined in carma::util::BaseException) | carma::util::BaseException | protected |
BaseException(const ::std::ostringstream &oss, const ::std::string &fileName, const int lineNo) (defined in carma::util::BaseException) | carma::util::BaseException | protected |
getBacktrace() const (defined in carma::util::BaseException) | carma::util::BaseException | |
getLineNumber() const | carma::util::BaseException | virtual |
getLogString() const (defined in carma::util::SystemException) | carma::util::SystemException | |
getMessage() const | carma::util::BaseException | virtual |
getSourceFile() const | carma::util::BaseException | virtual |
getSysMessage() const | carma::util::SystemException | virtual |
logException(log4cpp::Priority::PriorityLevel priority) const | carma::util::BaseException | |
operator<<(::std::ostream &os, const ::std::exception &error) | carma::util::BaseException | related |
operator=(const SystemException &rhs) (defined in carma::util::SystemException) | carma::util::SystemException | |
operator=(const BaseException &rhs) (defined in carma::util::BaseException) | carma::util::BaseException | protected |
setLineNumber(int num) | carma::util::BaseException | protectedvirtual |
setMessageDirectly(const char *mesg) | carma::util::BaseException | virtual |
setMessageToCopy(const char *mesg) (defined in carma::util::BaseException) | carma::util::BaseException | virtual |
setMessageToCopy(const ::std::string &mesg) | carma::util::BaseException | virtual |
setMessageToCopy(const ::std::ostringstream &oss) | carma::util::BaseException | virtual |
setSourceFileDirectly(const char *file) | carma::util::BaseException | protected |
setSourceFileToCopy(const char *file) (defined in carma::util::BaseException) | carma::util::BaseException | protected |
setSourceFileToCopy(const ::std::string &file) (defined in carma::util::BaseException) | carma::util::BaseException | protected |
SystemException(const SystemException &rhs) (defined in carma::util::SystemException) | carma::util::SystemException | |
SystemException(const char *mesg, const char *sysMesg=strerror(errno), const char *fileName=__FILE__, const int lineNum=__LINE__) | carma::util::SystemException | |
SystemException(std::ostringstream &message, const char *sysMessage=strerror(errno), const char *fileName=__FILE__, const int lineNum=__LINE__) | carma::util::SystemException | |
SystemException(std::ostringstream &message, const std::ostringstream sysMessage=std::ostringstream(strerror(errno)), const char *fileName=__FILE__, const int lineNum=__LINE__) | carma::util::SystemException | |
SystemException(std::string &istring, const std::string sysMessage=strerror(errno), const char *fileName=__FILE__, const int lineNum=__LINE__) | carma::util::SystemException | |
SystemException() (defined in carma::util::SystemException) | carma::util::SystemException | explicitprotected |
what() const | carma::util::BaseException | virtual |
~BaseException() | carma::util::BaseException | virtual |
~SystemException() | carma::util::SystemException | virtual |