![]() |
Trading System API
3.0
Library for Simulating and Deploying Trading and Investment Strategies
|
Exception class thrown by series when insufficient data. More...
#include <TSAError.h>
Additional Inherited Members | |
![]() | |
exception (void) | |
Constructor. | |
exception (const char *message) | |
Constructor. | |
exception (const char *message, const source_location &src_loc) | |
Constructor. Use SLOC macro as sourceLocation. | |
exception (const std::string &message, const source_location &src_loc) | |
Constructor. Use SLOC macro as sourceLocation. | |
exception (const char *origin, const char *message, const source_location &src_loc) | |
Constructor. Use SLOC macro as sourceLocation. | |
exception (const object *raisingClassPtr, const std::string &message, const source_location &sourceLocation) | |
Constructor. | |
virtual | ~exception () throw () |
Destructor. | |
void | id (identifier_t) |
Sets the exception ID. | |
std::string | line (void) const |
const std::string & | message (void) const |
const std::string & | origin (void) const |
virtual const char * | what () const throw () |
Returns the exception message. | |
Exception class thrown by series when insufficient data.