CARMA C++
|
This is the complete list of members for carma::monitor::SampleInvalidExceptionObj, 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 |
SampleInvalidExceptionObj(const char *mesg, const char *fileName=__FILE__, int lineNum=__LINE__) (defined in carma::monitor::SampleInvalidExceptionObj) | carma::monitor::SampleInvalidExceptionObj | explicit |
SampleInvalidExceptionObj(const std::ostringstream &errStream, const char *fileName=__FILE__, int lineNum=__LINE__) (defined in carma::monitor::SampleInvalidExceptionObj) | carma::monitor::SampleInvalidExceptionObj | explicit |
SampleInvalidExceptionObj(const MonitorSampleValue &sample, MonitorValueType type, const char *fileName=__FILE__, int lineNum=__LINE__) (defined in carma::monitor::SampleInvalidExceptionObj) | carma::monitor::SampleInvalidExceptionObj | |
SampleInvalidExceptionObj(const MonitorPointSample &sample, MonitorValueType type, const char *fileName=__FILE__, int lineNum=__LINE__) (defined in carma::monitor::SampleInvalidExceptionObj) | carma::monitor::SampleInvalidExceptionObj | |
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 |