|
EMANE
1.2.1
|
SerializationException is thrown when an exception occurs during serialization or deserialization of a Serializable. More...
#include <serializationexception.h>
Public Member Functions | |
| SerializationException (const std::string &sDescription) | |
| ~SerializationException () throw () | |
| const char * | what () const throw () |
| virtual const char * | type () const throw () |
SerializationException is thrown when an exception occurs during serialization or deserialization of a Serializable.
Definition at line 46 of file serializationexception.h.
|
inline |
Definition at line 49 of file serializationexception.h.
|
inline | |||||||||||||
Definition at line 52 of file serializationexception.h.
|
inlinevirtualinherited | |||||||||||||
Gets the exception type name
Definition at line 72 of file exception.h.
|
inlineinherited | |||||||||||||
Gets the exception description
Definition at line 62 of file exception.h.