Lines Matching refs:e
76 catch( Exception e ) in WriteBytesToStream()
78 Error( "Can't write to stream '" + sStreamName + "', exception: " + e ); in WriteBytesToStream()
96 catch( Exception e ) in WriteBytesToStream()
98 Error( "Can't set properties to substream '" + sStreamName + "', exception: " + e ); in WriteBytesToStream()
112 catch( Exception e ) in WriteBytesToStream()
114 Error( "Can't get 'Size' property from substream '" + sStreamName + "', exception: " + e ); in WriteBytesToStream()
131 catch( Exception e ) in WriteBytesToStream()
133 Error( "Can't set relationships to substream '" + sStreamName + "', exception: " + e ); in WriteBytesToStream()
163 catch( Exception e ) in WriteBytesToSubstream()
165 Error( "Can't create substream '" + sStreamName + "', exception : " + e + "!" ); in WriteBytesToSubstream()
204 catch( Exception e ) in setStorageTypeAndCheckProps()
206 Error( "Can't control properties of substorage, exception: " + e ); in setStorageTypeAndCheckProps()
228 catch( Exception e ) in setStorageTypeAndCheckProps()
230 Error( "Can't set relationships to the storage, exception: " + e ); in setStorageTypeAndCheckProps()
370 catch( Exception e ) in checkStorageProperties()
372 Error( "Can't get properties of substorage, exception: " + e ); in checkStorageProperties()
395 catch( Exception e ) in checkStorageProperties()
397 Error( "Can't get relationships of the checked storage, exception: " + e ); in checkStorageProperties()
431 catch( Exception e ) in InternalCheckStream()
433 Error( "Can't read from stream '" + sName + "', exception: " + e ); in InternalCheckStream()
488 catch( Exception e ) in InternalCheckStream()
490 Error( "Can't get properties of substream '" + sName + "', exception: " + e ); in InternalCheckStream()
514 catch( Exception e ) in InternalCheckStream()
516 Error( "Can't get relationships of the substream '" + sName + "', exception: " + e ); in InternalCheckStream()
547 catch( Exception e ) in checkStream()
549 Error( "Can't open substream '" + sName + "', exception : " + e + "!" ); in checkStream()
569 catch( Exception e ) in copyStorage()
571 Error( "Storage copying failed, exception: " + e ); in copyStorage()
592 catch( Exception e ) in commitStorage()
594 Error( "Storage commit failed, exception:" + e ); in commitStorage()
614 catch( Exception e ) in disposeStream()
616 Error( "Substream '" + sStreamName + "' disposing throws exception: " + e ); in disposeStream()
637 catch( Exception e ) in disposeStorage()
655 catch ( Exception e ) in getInputStream()
657 Error( "Can't get the input part of a stream, exception :" + e ); in getInputStream()
675 catch ( Exception e ) in closeOutput()
677 Error( "Can't get the output part of a stream, exception :" + e ); in closeOutput()
685 catch ( Exception e ) in closeOutput()
687 Error( "Can't close output part of a stream, exception :" + e ); in closeOutput()
703 catch( Exception e ) in openSubStorage()
705 Error( "Can't open substorage '" + sName + "', exception: " + e ); in openSubStorage()
720 catch( Exception e ) in CreateTempFileStream()
740 catch( Exception e ) in CreateTempFile()
750 catch( Exception e ) in CreateTempFile()
752 Error( "Can't control TempFile properties, exception: " + e ); in CreateTempFile()
777 catch( Exception e ) in CreateTempFile()
779 Error( "Can't close TempFile, exception: " + e ); in CreateTempFile()
792 catch( Exception e ) in copyElementTo()
794 Error( "Element copying failed, exception: " + e ); in copyElementTo()
808 catch( Exception e ) in copyElementTo()
810 Error( "Element copying failed, exception: " + e ); in copyElementTo()
824 catch( Exception e ) in moveElementTo()
826 Error( "Element moving failed, exception: " + e ); in moveElementTo()
840 catch( Exception e ) in renameElement()
842 Error( "Element renaming failed, exception: " + e ); in renameElement()
856 catch( Exception e ) in removeElement()
858 Error( "Element removing failed, exception: " + e ); in removeElement()
878 catch( Exception e ) in OpenStream()
880 Error( "Can't create substream '" + sStreamName + "', exception : " + e + "!" ); in OpenStream()
894 catch( Exception e ) in cantOpenStorage()
910 catch( Exception e ) in cantOpenStream()
940 catch( Exception e ) in createStorageFromURL()
942 Error( "Can't create storage from URL, exception: " + e ); in createStorageFromURL()
974 catch( Exception e ) in createStorageFromStream()
976 Error( "Can't create storage from stream, exception: " + e ); in createStorageFromStream()
1007 catch( Exception e ) in createStorageFromInputStream()
1009 Error( "Can't create storage from input stream, exception: " + e ); in createStorageFromInputStream()
1034 catch( Exception e ) in createTempStorage()
1036 Error( "Can't create temp storage, exception: " + e ); in createTempStorage()
1052 catch( Exception e ) in cloneStorage()
1054 Error( "Can't clone storage, exception: " + e ); in cloneStorage()
1071 catch( Exception e ) in cloneSubStorage()
1073 Error( "Can't clone substorage '" + sName + "', exception: " + e ); in cloneSubStorage()
1088 catch( Exception e ) in cloneSubStream()
1090 Error( "Can't clone substream '" + sName + "', exception: " + e ); in cloneSubStream()