|
CARMA C++
|
This is the complete list of members for carma::util::ErrorException, 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 |
| ErrorException(const std::string &msg, const char *filename, int lineNo) | carma::util::ErrorException | |
| ErrorException(const std::ostringstream &msg, const char *filename, int lineNo) | carma::util::ErrorException | |
| ErrorException(const ErrorException &errorException) | carma::util::ErrorException | |
| ErrorException() | carma::util::ErrorException | explicitprotected |
| getBacktrace() const (defined in carma::util::BaseException) | carma::util::BaseException | |
| getErrorMessage() const | carma::util::ErrorException | |
| getLineNumber() const | carma::util::BaseException | virtual |
| getLogString() const (defined in carma::util::ErrorException) | carma::util::ErrorException | |
| getMessage() const | carma::util::BaseException | virtual |
| getSourceFile() const | carma::util::BaseException | virtual |
| log(log4cpp::Priority::PriorityLevel priority) const | carma::util::ErrorException | |
| logException(log4cpp::Priority::PriorityLevel priority) const | carma::util::BaseException | |
| operator<<(::std::ostream &os, const ::std::exception &error) | carma::util::BaseException | related |
| operator=(const ErrorException &rhs) (defined in carma::util::ErrorException) | carma::util::ErrorException | |
| operator=(const BaseException &rhs) (defined in carma::util::BaseException) | carma::util::BaseException | protected |
| report() const | carma::util::ErrorException | |
| 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::ErrorException | virtual |
| ~BaseException() | carma::util::BaseException | virtual |
| ~ErrorException() | carma::util::ErrorException | virtual |