Home
last modified time | relevance | path

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

/aoo41x/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx1278 SQLException aNewException; in alterColumns() local
1279 aNewException.Message = sError; in alterColumns()
1280 aNewException.SQLState = ::rtl::OUString::createFromAscii( "S1000" ); in alterColumns()
1281 aNewException.NextException = ::cppu::getCaughtException(); in alterColumns()
1283 throw aNewException; in alterColumns()

Completed in 16 milliseconds