VICI
0.11.815
Visual Chart Interpreter
|
throw this to abandon an entire scenario More...
#include <vici/testmgr.h>
Public Member Functions | |
scenario_exception () | |
Constructor. | |
Public Member Functions inherited from VICI::vxt< N > | |
vxt (Severity s) | |
constructor More... | |
vxt (Severity s, const std::string &f, int ln) | |
constructor More... | |
template<class T > | |
vxt & | operator<< (T x) |
Provide stream syntax for the exception object. | |
Severity | severity () |
get the severity of the exception | |
virtual const char * | what () const throw () |
get the message from the exception | |
Additional Inherited Members | |
Static Public Member Functions inherited from VICI::vxt< N > | |
static const std::string & | sevToString (VICI::Severity s) |
Convert a severity into a string. | |
Protected Attributes inherited from VICI::vxt< N > | |
Severity | mSeverity |
severity level of the exception | |
std::string | buff |
message built into this | |
std::string | file |
source file from which it was thrown | |
int | line |
line number in the source file | |
int | ptr |
insertion point for message text | |
throw this to abandon an entire scenario