Exception of the STELLA frontend. More...
#include <SerializationException.h>
 
  
 | 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. | |
Exception of the STELLA frontend.
Definition at line 29 of file SerializationException.h.