SST/macro
Public Member Functions | Public Attributes | List of all members
sprockit::spkt_error Struct Reference

General errors, or base class for more specific errors. More...

#include <errors.h>

Inheritance diagram for sprockit::spkt_error:
Inheritance graph
Collaboration diagram for sprockit::spkt_error:
Collaboration graph

Public Member Functions

 spkt_error (const std::string &msg)
 
virtual ~spkt_error () throw ()
 
virtual const char * what () const throw ()
 

Public Attributes

const std::string message
 

Detailed Description

General errors, or base class for more specific errors.

Definition at line 54 of file errors.h.

Constructor & Destructor Documentation

sprockit::spkt_error::spkt_error ( const std::string &  msg)
inline

Definition at line 55 of file errors.h.

virtual sprockit::spkt_error::~spkt_error ( )
throw (
)
inlinevirtual

Definition at line 59 of file errors.h.

Member Function Documentation

virtual const char* sprockit::spkt_error::what ( ) const
throw (
)
inlinevirtual

Definition at line 62 of file errors.h.

References message.

Member Data Documentation

const std::string sprockit::spkt_error::message

Definition at line 65 of file errors.h.

Referenced by what().


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