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

An index was out of range in a collection. More...

#include <errors.h>

Inheritance diagram for sprockit::range_error:
Inheritance graph
Collaboration diagram for sprockit::range_error:
Collaboration graph

Public Member Functions

 range_error (const std::string &msg)
 
virtual ~range_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

An index was out of range in a collection.

Definition at line 216 of file errors.h.

Constructor & Destructor Documentation

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

Definition at line 217 of file errors.h.

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

Definition at line 221 of file errors.h.


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