Error::Error ( const Message otherMessage  )  throw (MessageCastException)

Definition at line 19 of file Error.cpp.

00019                                                                     {
00020         if ( messageType.compare(otherMessage.getMessageType()) != 0 ) {
00021                 throw MessageCastException();
00022         }
00023         setFormatString( otherMessage.getFormatString() );
00024         setStringComponents( otherMessage.getStringComponents() );
00025 }


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