runMACS
 All Data Structures Files Functions Variables Enumerations Enumerator Macros
Public Member Functions
StorageManagerException Class Reference

Base class for all StorageManager exceptions. More...

#include <StorageManager.h>

Inheritance diagram for StorageManagerException:
NoSpaceLeftOnStorage NoStorageLocationGiven

Public Member Functions

 StorageManagerException (const std::string &_message)
 
 ~StorageManagerException () throw ()
 
virtual const char * what () const throw ()
 

Detailed Description

Base class for all StorageManager exceptions.

Definition at line 12 of file StorageManager.h.

Constructor & Destructor Documentation

StorageManagerException::StorageManagerException ( const std::string &  _message)

Definition at line 3 of file StorageManager.cpp.

StorageManagerException::~StorageManagerException ( )
throw (
)

Definition at line 10 of file StorageManager.cpp.

Member Function Documentation

const char * StorageManagerException::what ( ) const
throw (
)
virtual

Definition at line 6 of file StorageManager.cpp.


The documentation for this class was generated from the following files: