Error & Error::operator= ( const Message otherMessage  )  throw (MessageCastException)

Reimplemented from Message.

Definition at line 27 of file Error.cpp.

00027                                                                                {
00028         if ( messageType.compare(otherMessage.getMessageType()) != 0 ) {
00029                 throw MessageCastException();
00030         }
00031         setFormatString( otherMessage.getFormatString() );
00032         setStringComponents( otherMessage.getStringComponents() );
00033         return *this;
00034 }


Generated on Wed Jun 25 14:47:09 2008 for keyvil by  doxygen 1.5.1