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

File open, read, or write error. More...

#include <errors.h>

Inheritance diagram for sprockit::io_error:
Inheritance graph
Collaboration diagram for sprockit::io_error:
Collaboration graph

Public Member Functions

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

File open, read, or write error.

Definition at line 119 of file errors.h.

Constructor & Destructor Documentation

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

Definition at line 120 of file errors.h.

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

Definition at line 124 of file errors.h.


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