Searched refs:aNewException (Results 1 – 1 of 1) sorted by relevance
1276 SQLException aNewException; in alterColumns() local1277 aNewException.Message = sError; in alterColumns()1278 aNewException.SQLState = ::rtl::OUString::createFromAscii( "S1000" ); in alterColumns()1279 aNewException.NextException = ::cppu::getCaughtException(); in alterColumns()1281 throw aNewException; in alterColumns()