VICI  0.11.815
Visual Chart Interpreter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
VICI::cdi::test_exception Class Reference

throw this to abandon a particular test case More...

#include <vici/testmgr.h>

Inheritance diagram for VICI::cdi::test_exception:
VICI::vxt< N >

Public Member Functions

 test_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 >
vxtoperator<< (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
 

Detailed Description

throw this to abandon a particular test case


The documentation for this class was generated from the following file: