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 }
|
1.5.1