CARMA C++
|
This is the complete list of members for carma::util::BaseException, 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::BaseException) | carma::util::BaseException | |
getMessage() const | carma::util::BaseException | virtual |
getSourceFile() const | carma::util::BaseException | virtual |
logException(log4cpp::Priority::PriorityLevel priority) const | carma::util::BaseException | |
operator<<(::std::ostream &os, const ::std::exception &error) | carma::util::BaseException | related |
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 |
what() const | carma::util::BaseException | virtual |
~BaseException() | carma::util::BaseException | virtual |