Lines Matching refs:e

75 		catch( Exception e )  in WriteBytesToStream()
77 Error( "Can't write to stream '" + sStreamName + "', exception: " + e ); in WriteBytesToStream()
95 catch( Exception e ) in WriteBytesToStream()
97 Error( "Can't set properties to substream '" + sStreamName + "', exception: " + e ); in WriteBytesToStream()
111 catch( Exception e ) in WriteBytesToStream()
113 Error( "Can't get 'Size' property from substream '" + sStreamName + "', exception: " + e ); in WriteBytesToStream()
137 catch( Exception e ) in WriteBytesToSubstreamDefaultCompressed()
139 Error( "Can't create substream '" + sStreamName + "', exception : " + e + "!" ); in WriteBytesToSubstreamDefaultCompressed()
165 catch( Exception e ) in WriteBytesToSubstreamDefaultCompressed()
167 Error( "Can't write to stream '" + sStreamName + "', exception: " + e ); in WriteBytesToSubstreamDefaultCompressed()
185 catch( Exception e ) in WriteBytesToSubstreamDefaultCompressed()
187 Error( "Can't set properties to substream '" + sStreamName + "', exception: " + e ); in WriteBytesToSubstreamDefaultCompressed()
201 catch( Exception e ) in WriteBytesToSubstreamDefaultCompressed()
203 Error( "Can't get 'Size' property from substream '" + sStreamName + "', exception: " + e ); in WriteBytesToSubstreamDefaultCompressed()
232 catch( Exception e ) in WriteBytesToSubstream()
234 Error( "Can't create substream '" + sStreamName + "', exception : " + e + "!" ); in WriteBytesToSubstream()
267 catch( Exception e ) in WriteBytesToEncrSubstream()
269 Error( "Can't create substream '" + sStreamName + "', exception : " + e + "!" ); in WriteBytesToEncrSubstream()
302 catch( Exception e ) in WBToSubstrOfEncr()
304 Error( "Can't create substream '" + sStreamName + "', exception : " + e + "!" ); in WBToSubstrOfEncr()
321 catch( Exception e ) in WBToSubstrOfEncr()
323 …seCommonStoragePasswordEncryption' property to substream '" + sStreamName + "', exception: " + e ); in WBToSubstrOfEncr()
364 catch( Exception e ) in WriteBytesToStreamH()
366 Error( "Can't create substream '" + sStreamPath + "', exception : " + e + "!" ); in WriteBytesToStreamH()
385 } catch( Exception e ) in WriteBytesToStreamH()
387 …Error( "Can't commit storage after substream '" + sStreamPath + "' change, exception : " + e + "!"… in WriteBytesToStreamH()
429 catch( Exception e ) in WriteBytesToEncrStreamH()
431 Error( "Can't create substream '" + sStreamPath + "', exception : " + e + "!" ); in WriteBytesToEncrStreamH()
450 } catch( Exception e ) in WriteBytesToEncrStreamH()
452 …Error( "Can't commit storage after substream '" + sStreamPath + "' change, exception : " + e + "!"… in WriteBytesToEncrStreamH()
492 catch( Exception e ) in WBToSubstrOfEncrH()
494 Error( "Can't create substream '" + sStreamPath + "', exception : " + e + "!" ); in WBToSubstrOfEncrH()
511 catch( Exception e ) in WBToSubstrOfEncrH()
513 …seCommonStoragePasswordEncryption' property to substream '" + sStreamPath + "', exception: " + e ); in WBToSubstrOfEncrH()
532 } catch( Exception e ) in WBToSubstrOfEncrH()
534 …Error( "Can't commit storage after substream '" + sStreamPath + "' change, exception : " + e + "!"… in WBToSubstrOfEncrH()
563 catch( Exception e ) in ChangeStreamPass()
565 Error( "Can't open substream '" + sStreamName + "', exception : " + e + "!" ); in ChangeStreamPass()
583 catch( Exception e ) in ChangeStreamPass()
585 Error( "Can't change encryption key of the substream '" + sStreamName + "', exception:" + e ); in ChangeStreamPass()
622 catch( Exception e ) in ChangeStreamPassH()
624 Error( "Can't open encrypted substream '" + sPath + "', exception : " + e + "!" ); in ChangeStreamPassH()
641 catch( Exception e ) in ChangeStreamPassH()
643 Error( "Can't change encryption key of the substream '" + sPath + "', exception:" + e ); in ChangeStreamPassH()
659 } catch( Exception e ) in ChangeStreamPassH()
661 Error( "Can't commit storage after substream '" + sPath + "' change, exception : " + e + "!" ); in ChangeStreamPassH()
705 catch( Exception e ) in setStorageTypeAndCheckProps()
707 Error( "Can't control properties of substorage, exception: " + e ); in setStorageTypeAndCheckProps()
755 catch( Exception e ) in checkStorageProperties()
757 Error( "Can't get properties of substorage, exception: " + e ); in checkStorageProperties()
790 catch( Exception e ) in InternalCheckStream()
792 Error( "Can't read from stream '" + sName + "', exception: " + e ); in InternalCheckStream()
854 catch( Exception e ) in InternalCheckStream()
856 Error( "Can't get properties of substream '" + sName + "', exception: " + e ); in InternalCheckStream()
885 catch( Exception e ) in checkStream()
887 Error( "Can't open substream '" + sName + "', exception : " + e + "!" ); in checkStream()
917 catch( Exception e ) in checkEncrStream()
919 …d exception in case of opening of encrypted stream '" + sName + "' without password: " + e + "!" ); in checkEncrStream()
933 catch( Exception e ) in checkEncrStream()
935 …xception in case of opening of encrypted stream '" + sName + "' with wrong password: " + e + "!" ); in checkEncrStream()
950 catch( Exception e ) in checkEncrStream()
952 Error( "Can't open encrypted substream '" + sName + "', exception : " + e + "!" ); in checkEncrStream()
994 catch( Exception e ) in checkStreamH()
996 Error( "Can't open substream '" + sPath + "', exception : " + e + "!" ); in checkStreamH()
1034 catch( Exception e ) in checkEncrStreamH()
1036 …d exception in case of opening of encrypted stream '" + sPath + "' without password: " + e + "!" ); in checkEncrStreamH()
1051 catch( Exception e ) in checkEncrStreamH()
1053 …xception in case of opening of encrypted stream '" + sPath + "' with wrong password: " + e + "!" ); in checkEncrStreamH()
1068 catch( Exception e ) in checkEncrStreamH()
1070 Error( "Can't open encrypted substream '" + sPath + "', exception : " + e + "!" ); in checkEncrStreamH()
1093 catch( Exception e ) in copyStorage()
1095 Error( "Storage copying failed, exception: " + e ); in copyStorage()
1116 catch( Exception e ) in commitStorage()
1118 Error( "Storage commit failed, exception:" + e ); in commitStorage()
1138 catch( Exception e ) in disposeStream()
1140 Error( "Substream '" + sStreamName + "' disposing throws exception: " + e ); in disposeStream()
1161 catch( Exception e ) in disposeStorage()
1179 catch ( Exception e ) in getInputStream()
1181 Error( "Can't get the input part of a stream, exception :" + e ); in getInputStream()
1199 catch ( Exception e ) in closeOutput()
1201 Error( "Can't get the output part of a stream, exception :" + e ); in closeOutput()
1209 catch ( Exception e ) in closeOutput()
1211 Error( "Can't close output part of a stream, exception :" + e ); in closeOutput()
1227 catch( Exception e ) in openSubStorage()
1229 Error( "Can't open substorage '" + sName + "', exception: " + e ); in openSubStorage()
1244 catch( Exception e ) in CreateTempFileStream()
1264 catch( Exception e ) in CreateTempFile()
1274 catch( Exception e ) in CreateTempFile()
1276 Error( "Can't control TempFile properties, exception: " + e ); in CreateTempFile()
1301 catch( Exception e ) in CreateTempFile()
1303 Error( "Can't close TempFile, exception: " + e ); in CreateTempFile()
1316 catch( Exception e ) in copyElementTo()
1318 Error( "Element copying failed, exception: " + e ); in copyElementTo()
1332 catch( Exception e ) in copyElementTo()
1334 Error( "Element copying failed, exception: " + e ); in copyElementTo()
1348 catch( Exception e ) in moveElementTo()
1350 Error( "Element moving failed, exception: " + e ); in moveElementTo()
1364 catch( Exception e ) in renameElement()
1366 Error( "Element renaming failed, exception: " + e ); in renameElement()
1380 catch( Exception e ) in removeElement()
1382 Error( "Element removing failed, exception: " + e ); in removeElement()
1402 catch( Exception e ) in OpenStream()
1404 Error( "Can't create substream '" + sStreamName + "', exception : " + e + "!" ); in OpenStream()
1418 catch( Exception e ) in compareRawMethodsOnEncrStream()
1420 Error( "Can't get raw access to the storage, exception : " + e + "!" ); in compareRawMethodsOnEncrStream()
1435 catch( Exception e ) in compareRawMethodsOnEncrStream()
1437 …n't open encrypted stream '" + sStreamName + "' in raw mode with header, exception : " + e + "!" ); in compareRawMethodsOnEncrStream()
1445 catch( Exception e ) in compareRawMethodsOnEncrStream()
1447 …n't open encrypted stream '" + sStreamName + "' in raw mode with header, exception : " + e + "!" ); in compareRawMethodsOnEncrStream()
1504 catch ( Exception e ) in compareRawMethodsOnEncrStream()
1506 … Error( "Can't compare stream '" + sStreamName + "' raw representations, exception : " + e + "!" ); in compareRawMethodsOnEncrStream()
1521 catch( Exception e ) in cantOpenStorage()
1537 catch( Exception e ) in cantOpenStream()
1562 catch( Exception e ) in cantOpenStreamH()
1592 catch( Exception e ) in cantOpenEncrStreamH()
1611 catch( Exception e ) in cloneStorage()
1613 Error( "Can't clone storage, exception: " + e ); in cloneStorage()
1631 catch( Exception e ) in cloneSubStorage()
1633 Error( "Can't clone substorage '" + sName + "', exception: " + e ); in cloneSubStorage()
1648 catch( Exception e ) in cloneSubStream()
1650 Error( "Can't clone substream '" + sName + "', exception: " + e ); in cloneSubStream()
1664 catch( Exception e ) in cloneEncrSubStream()
1666 Error( "Can't clone encrypted substream '" + sName + "', exception: " + e ); in cloneEncrSubStream()