diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-07-08 11:28:19 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-07-08 16:14:45 +0100 |
commit | 2fa900c7c3eb52049f10df195eb58c07b17aa54f (patch) | |
tree | 68093131ec8b30880095ee25a01bf0d5eec3d887 /extensions | |
parent | 81a8f537d64acf09b2165fdbba1f8bf50b5d9ae1 (diff) |
coverity#706531 Uncaught exception
Change-Id: Ibcd5d2b4124ab441a90748588d063f394b1ef372
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/propctrlr/propeventtranslation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/propeventtranslation.cxx b/extensions/source/propctrlr/propeventtranslation.cxx index 28dba6314688..804e8c39ad88 100644 --- a/extensions/source/propctrlr/propeventtranslation.cxx +++ b/extensions/source/propctrlr/propeventtranslation.cxx @@ -46,7 +46,7 @@ namespace pcr ,m_xTranslatedEventSource( _rxTranslatedEventSource ) { if ( !m_xDelegator.is() ) - throw NullPointerException(); + throw RuntimeException(); } |