Serialbox  2.2.0
Data serialization library and tools for C/C++, Python and Fortran
serialbox::stella::SerializationException Class Reference

Exception of the STELLA frontend. More...

#include <SerializationException.h>

Inheritance diagram for serialbox::stella::SerializationException:

Public Member Functions

 SerializationException () throw ()
 Default constructor.
 
virtual ~SerializationException () throw ()
 Virtual destructor.
 
void Init (const std::string &errormsg)
 Initialize the exception with an explanatory string errormsg
 
const char * what () const throw ()
 Returns an explanatory string.
 
const std::string & message () const
 Returns an explanatory string.
 

Detailed Description

Exception of the STELLA frontend.

Definition at line 29 of file SerializationException.h.


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