Home
last modified time | relevance | path

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

/AOO41X/main/package/source/xstor/
H A Dxstorage.cxx683 catch( container::NoSuchElementException& aNoSuchElementException ) in ReadContents() local
685 AddLog( aNoSuchElementException.Message ); in ReadContents()
3052 catch( container::NoSuchElementException& aNoSuchElementException ) in isStreamElement() local
3054 m_pImpl->AddLog( aNoSuchElementException.Message ); in isStreamElement()
3121 catch( container::NoSuchElementException& aNoSuchElementException ) in isStorageElement() local
3123 m_pImpl->AddLog( aNoSuchElementException.Message ); in isStorageElement()
3203 catch( container::NoSuchElementException& aNoSuchElementException ) in removeElement() local
3205 m_pImpl->AddLog( aNoSuchElementException.Message ); in removeElement()
3302 catch( container::NoSuchElementException& aNoSuchElementException ) in renameElement() local
3304 m_pImpl->AddLog( aNoSuchElementException.Message ); in renameElement()
[all …]
H A Dowriteablestream.cxx2768 catch( container::NoSuchElementException& aNoSuchElementException ) in hasByID() local
2770 m_pImpl->AddLog( aNoSuchElementException.Message ); in hasByID()