70 |
/// Destructor |
/// Destructor |
71 |
FINLEY_DLL_API |
FINLEY_DLL_API |
72 |
virtual ~FinleyAdapterException() THROW_ANY {} |
virtual ~FinleyAdapterException() THROW_ANY {} |
73 |
|
|
74 |
|
/** |
75 |
|
\brief |
76 |
|
Assignment operator. |
77 |
|
*/ |
78 |
|
FINLEY_DLL_API |
79 |
|
inline virtual FinleyAdapterException & |
80 |
|
operator=(const FinleyAdapterException &other ) THROW_ANY |
81 |
|
{ |
82 |
|
Parent::operator=(other); |
83 |
|
updateMessage(); |
84 |
|
return *this; |
85 |
|
} |
86 |
|
|
87 |
/** |
/** |
88 |
\brief |
\brief |
89 |
Returns the name of the exception. |
Returns the name of the exception. |