EMANE  1.0.1
EMANE::SerializationException Class Reference

SerializationException is thrown when an exception occurs during serialization or deserialization of a Serializable. More...

#include <serializationexception.h>

Inheritance diagram for EMANE::SerializationException:
EMANE::Exception

Public Member Functions

 SerializationException (const std::string &sDescription)
 
 ~SerializationException () throw ()
 
const char * what () const throw ()
 
virtual const char * type () const throw ()
 

Detailed Description

SerializationException is thrown when an exception occurs during serialization or deserialization of a Serializable.

Definition at line 46 of file serializationexception.h.

Constructor & Destructor Documentation

◆ SerializationException()

EMANE::SerializationException::SerializationException ( const std::string &  sDescription)
inline

Definition at line 49 of file serializationexception.h.

◆ ~SerializationException()

EMANE::SerializationException::~SerializationException ( )
throw (
)
inline

Definition at line 52 of file serializationexception.h.

Member Function Documentation

◆ type()

virtual const char* EMANE::Exception::type ( ) const
throw (
)
inlinevirtualinherited

Gets the exception type name

Returns
Null terminated type name

Definition at line 72 of file exception.h.

◆ what()

const char* EMANE::Exception::what ( ) const
throw (
)
inlineinherited

Gets the exception description

Returns
Null terminated description

Definition at line 62 of file exception.h.


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