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

Exception indicating that chosen path is not yet ported to new framework. More...

#include <errors.h>

Inheritance diagram for sprockit::not_ported_error:
Inheritance graph
Collaboration diagram for sprockit::not_ported_error:
Collaboration graph

Public Member Functions

 not_ported_error (const std::string &msg)
 
virtual ~not_ported_error () throw ()
 
- Public Member Functions inherited from sprockit::spkt_error
 spkt_error (const std::string &msg)
 
virtual ~spkt_error () throw ()
 
virtual const char * what () const throw ()
 

Additional Inherited Members

- Public Attributes inherited from sprockit::spkt_error
const std::string message
 

Detailed Description

Exception indicating that chosen path is not yet ported to new framework.

Default to older framework.

Definition at line 194 of file errors.h.

Constructor & Destructor Documentation

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

Definition at line 195 of file errors.h.

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

Definition at line 198 of file errors.h.


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