<div dir="ltr"><div>Hi,</div><div><br></div><div>I've added an exception in the SIP file:<br></div><div><br></div><div>%Exception QgsProviderConnectionException(SIP_Exception) /PyName=QgsProviderConnectionException/<br>{<br>%TypeHeaderCode<br>#include <qgsexception.h><br>%End<br>%RaiseCode<br>  SIP_BLOCK_THREADS<br>  PyErr_SetString(sipException_QgsProviderConnectionException, sipExceptionRef.what().toUtf8().constData() );<br>  SIP_UNBLOCK_THREADS<br>%End<br>};</div><div><br></div><div>then, in the class method:</div><div><br></div><div>virtual void executeSql( const QString &sql) throw( QgsProviderConnectionException );</div><div><br></div><div>but when calling from Python I always get Exception: unknown, what is possible going wrong?</div><div><br></div><div>Thanks</div><div><br></div><div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Alessandro Pasotti<br>w3:   <a href="http://www.itopen.it" target="_blank">www.itopen.it</a></div></div></div>