Home
last modified time | relevance | path

Searched refs:aNewException (Results 1 – 1 of 1) sorted by relevance

/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx1276 SQLException aNewException; in alterColumns() local
1277 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()