SASSY  0.0
Software Architecture Support System
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
SASSY::cdi::test_exception Class Reference

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

#include <cfi/testmgr.h>

Inheritance diagram for SASSY::cdi::test_exception:
SASSY::sxt< N >

Public Member Functions

 test_exception ()
 Constructor.
 
- Public Member Functions inherited from SASSY::sxt< N >
 sxt (Severity s)
 constructor More...
 
 sxt (Severity s, const std::string &f, int ln)
 constructor More...
 
template<class T >
sxtoperator<< (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 SASSY::sxt< N >
static const std::string & sevToString (SASSY::Severity s)
 Convert a severity into a string.
 
- Protected Attributes inherited from SASSY::sxt< 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: