Lines Matching refs:Error
58 Error( "Can't get XOutputStream implementation from substream '" + sStreamName + "'!" ); in WriteBytesToStream()
66 Error( "Can't get XTruncate implementation from substream '" + sStreamName + "'!" ); in WriteBytesToStream()
78 Error( "Can't write to stream '" + sStreamName + "', exception: " + e ); in WriteBytesToStream()
86 Error( "Can't get XPropertySet implementation from substream '" + sStreamName + "'!" ); in WriteBytesToStream()
98 Error( "Can't set properties to substream '" + sStreamName + "', exception: " + e ); in WriteBytesToStream()
108 Error( "The 'Size' property of substream '" + sStreamName + "' contains wrong value!" ); in WriteBytesToStream()
114 Error( "Can't get 'Size' property from substream '" + sStreamName + "', exception: " + e ); in WriteBytesToStream()
122 Error( "Can't get XRelationshipAccess implementation from substream '" + sStreamName + "'!" ); in WriteBytesToStream()
133 Error( "Can't set relationships to substream '" + sStreamName + "', exception: " + e ); in WriteBytesToStream()
159 Error( "Can't create substream '" + sStreamName + "'!" ); in WriteBytesToSubstream()
165 Error( "Can't create substream '" + sStreamName + "', exception : " + e + "!" ); in WriteBytesToSubstream()
192 Error( "'IsRoot' property contains wrong value!" ); in setStorageTypeAndCheckProps()
200 …Error( "'OpenMode' property contains wrong value, expected " + nMode + ", in reality " + nPropMode… in setStorageTypeAndCheckProps()
206 Error( "Can't control properties of substorage, exception: " + e ); in setStorageTypeAndCheckProps()
211 Error( "Can't get XPropertySet implementation from storage!" ); in setStorageTypeAndCheckProps()
219 Error( "Can't get XRelationshipAccess implementation from the storage!" ); in setStorageTypeAndCheckProps()
230 Error( "Can't set relationships to the storage, exception: " + e ); in setStorageTypeAndCheckProps()
247 Error( "The provided relations sequence has different size than the storage's one!" ); in checkRelations()
265 Error( "One of the storage relations entries has no ID!" ); in checkRelations()
283 …Error( "One of the test hardcoded entries has no ID, num = " + nInd + ", length = " + aTestRels[nI… in checkRelations()
304 …Error( "Test rel. num. " + nInd + " has different tag \"" + aTestRels[nInd][nTagInd].First + "\" v… in checkRelations()
316 …Error( "Stor rel. num. " + nStorInd + " has unexpected tag \"" + aStorRels[nStorInd][nStorTagInd].… in checkRelations()
325 …Error( "Test rel. num. " + nInd + " has unexpected tag \"" + aTestRels[nInd][nCheckInd].First + "\… in checkRelations()
358 Error( "'IsRoot' property contains wrong value!" ); in checkStorageProperties()
366 …Error( "'OpenMode' property contains wrong value, expected " + nMode + ", in reality " + nPropMode… in checkStorageProperties()
372 Error( "Can't get properties of substorage, exception: " + e ); in checkStorageProperties()
377 Error( "Can't get XPropertySet implementation from storage!" ); in checkStorageProperties()
385 Error( "Can't get XRelationshipAccess implementation from the checked storage!" ); in checkStorageProperties()
397 Error( "Can't get relationships of the checked storage, exception: " + e ); in checkStorageProperties()
403 Error( "StorageRelationsChecking has failed!" ); in checkStorageProperties()
420 Error( "Can't get XInputStream implementation from substream '" + sName + "'!" ); in InternalCheckStream()
433 Error( "Can't read from stream '" + sName + "', exception: " + e ); in InternalCheckStream()
440 Error( "SubStream '" + sName + "' reading produced disaster!" ); in InternalCheckStream()
446 …Error( "SubStream '" + sName + "' contains wrong amount of data! (" + pContents[0].length + "/" + … in InternalCheckStream()
455 Error( "SubStream '" + sName + "' contains wrong data! ( byte num. " in InternalCheckStream()
477 Error( "'MediaType' property contains wrong value for stream '" + sName + "',\nexpected: '" in InternalCheckStream()
484 Error( "'Size' property contains wrong value for stream'" + sName + "'!" ); in InternalCheckStream()
490 Error( "Can't get properties of substream '" + sName + "', exception: " + e ); in InternalCheckStream()
495 Error( "Can't get XPropertySet implementation from stream '" + sName + "'!" ); in InternalCheckStream()
504 Error( "Can't get XRelationshipAccess implementation from the stream\"" + sName + "\"!" ); in InternalCheckStream()
516 Error( "Can't get relationships of the substream '" + sName + "', exception: " + e ); in InternalCheckStream()
522 Error( "Stream '" + sName + "' RelationsChecking has failed!" ); in InternalCheckStream()
543 Error( "Can't open substream '" + sName + "'!" ); in checkStream()
549 Error( "Can't open substream '" + sName + "', exception : " + e + "!" ); in checkStream()
571 Error( "Storage copying failed, exception: " + e ); in copyStorage()
584 Error( "Storage doesn't implement transacted access!" ); in commitStorage()
594 Error( "Storage commit failed, exception:" + e ); in commitStorage()
606 Error( "Can't get XComponent implementation from substream '" + sStreamName + "'!" ); in disposeStream()
616 Error( "Substream '" + sStreamName + "' disposing throws exception: " + e ); in disposeStream()
629 Error( "Can't retrieve XComponent implementation from storage!" ); in disposeStorage()
639 Error( "Storage disposing failed!" ); in disposeStorage()
653 Error( "Can't get the input part of a stream!" ); in getInputStream()
657 Error( "Can't get the input part of a stream, exception :" + e ); in getInputStream()
671 Error( "Can't get the output part of a stream!" ); in closeOutput()
677 Error( "Can't get the output part of a stream, exception :" + e ); in closeOutput()
687 Error( "Can't close output part of a stream, exception :" + e ); in closeOutput()
705 Error( "Can't open substorage '" + sName + "', exception: " + e ); in openSubStorage()
724 Error( "Can't create temporary file!" ); in CreateTempFileStream()
752 Error( "Can't control TempFile properties, exception: " + e ); in CreateTempFile()
757 Error( "Can't create temporary file representation!" ); in CreateTempFile()
775 Error( "Can't close TempFile!" ); in CreateTempFile()
779 Error( "Can't close TempFile, exception: " + e ); in CreateTempFile()
794 Error( "Element copying failed, exception: " + e ); in copyElementTo()
810 Error( "Element copying failed, exception: " + e ); in copyElementTo()
826 Error( "Element moving failed, exception: " + e ); in moveElementTo()
842 Error( "Element renaming failed, exception: " + e ); in renameElement()
858 Error( "Element removing failed, exception: " + e ); in removeElement()
876 Error( "Can't create substream '" + sStreamName + "'!" ); in OpenStream()
880 Error( "Can't create substream '" + sStreamName + "', exception : " + e + "!" ); in OpenStream()
892 Error( "The trying to reopen opened substorage '" + sName + "' must fail!" ); in cantOpenStorage()
908 Error( "The trying to open substoream '" + sName + "' must fail!" ); in cantOpenStream()
942 Error( "Can't create storage from URL, exception: " + e ); in createStorageFromURL()
947 Error( "Can't create storage from URL!" ); in createStorageFromURL()
976 Error( "Can't create storage from stream, exception: " + e ); in createStorageFromStream()
981 Error( "Can't create storage from stream!" ); in createStorageFromStream()
1009 Error( "Can't create storage from input stream, exception: " + e ); in createStorageFromInputStream()
1014 Error( "Can't create storage from input stream!" ); in createStorageFromInputStream()
1026 Error( "Can't create temp file stream!" ); in createTempStorage()
1036 Error( "Can't create temp storage, exception: " + e ); in createTempStorage()
1054 Error( "Can't clone storage, exception: " + e ); in cloneStorage()
1073 Error( "Can't clone substorage '" + sName + "', exception: " + e ); in cloneSubStorage()
1090 Error( "Can't clone substream '" + sName + "', exception: " + e ); in cloneSubStream()
1096 public void Error( String sError ) in Error() method in TestHelper