Tag: cws_src680_dba24d User: fs Date: 2007-11-26 14:23:48+0000 Modified: dba/dbaccess/source/ui/uno/copytablewizard.cxx
Log: #i81658# allow to throw SQLExceptions from the ctors File Changes: Directory: /dba/dbaccess/source/ui/uno/ ======================================= File [changed]: copytablewizard.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/uno/copytablewizard.cxx?r1=1.1.2.15&r2=1.1.2.16 Delta lines: +3 -2 ------------------- --- copytablewizard.cxx 2007-11-19 10:55:04+0000 1.1.2.15 +++ copytablewizard.cxx 2007-11-26 14:23:46+0000 1.1.2.16 @@ -4,9 +4,9 @@ * * $RCSfile: copytablewizard.cxx,v $ * - * $Revision: 1.1.2.15 $ + * $Revision: 1.1.2.16 $ * - * last change: $Author: fs $ $Date: 2007/11/19 10:55:04 $ + * last change: $Author: fs $ $Date: 2007/11/26 14:23:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1421,6 +1421,7 @@ } catch( const RuntimeException& ) { throw; } catch( const IllegalArgumentException& ) { throw; } + catch( const SQLException& ) { throw; } catch( const Exception& ) { throw WrappedTargetException( --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
