sl@0: // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // Panics sl@0: // sl@0: // sl@0: sl@0: #ifndef __BAFLPAN_H__ sl@0: #define __BAFLPAN_H__ sl@0: sl@0: //If you add/change TBafPanic enum - don't forget to add/change sl@0: //related "leave" error code to KErrorMapTbl array. sl@0: //Enum item value is used as an index to access related "leave" sl@0: //error code into KErrorMapTbl array. sl@0: /** sl@0: @publishedPartner sl@0: @released sl@0: */ sl@0: enum TBafPanic sl@0: { sl@0: /** Obsolete, panic code not raised anymore sl@0: */ sl@0: EBafPanicResourceLongerThanBuffer =1, sl@0: /** Out of range index passed to RIncrMatcherBase::FirstMatchingIndex() sl@0: */ sl@0: EBafPanicMatcherOutOfRange =2, sl@0: /** Maximum length passed to RTextBuf::SetMaxLengthL() was <=0 sl@0: */ sl@0: EBafPanicTextBufOutOfRange =3, sl@0: /** This panic is raised by the Read...() member functions and the Advance() member function of TResourceReader, when the current position in the resource buffer is moved beyond the end of the buffer. sl@0: */ sl@0: EBafPanicResourceReaderEndExceeded =4, sl@0: /** This panic is raised by TResourceReader::Rewind(), when the current position in the resource buffer is moved before the start of the buffer. sl@0: */ sl@0: EBafPanicResourceReaderStartExceeded =5, sl@0: /** Obsolete, panic code not raised anymore sl@0: */ sl@0: EBafPanicBulkDataWriting =6, sl@0: /** Obsolete, panic code not raised anymore sl@0: */ sl@0: EBafPanicBulkDataNotWriting =7, sl@0: /** Obsolete, panic code not raised anymore sl@0: */ sl@0: EBafPanicBulkDataCannotSaveToFile =8, sl@0: /** Obsolete, panic code not raised anymore sl@0: */ sl@0: EBafPanicBulkDataNotEmbedded =9, sl@0: /** Obsolete, panic code not raised anymore sl@0: */ sl@0: EBafPanicSoundDataCannotChangeCompressorType =10, sl@0: /** Obsolete, panic code not raised anymore sl@0: */ sl@0: EBafPanicSoundPlaying =11, sl@0: /** Obsolete, panic code not raised anymore sl@0: */ sl@0: EBafPanicSoundSamplerActive =12, sl@0: /** This panic is raised when either iLibrary.Handle() != KNullHandle or iPtr != NULL, indicating that an assosciation has already been set sl@0: */ sl@0: EBafPanicLibAssocAlreadySet =13, sl@0: /** No path specified in sound info passed to CBaSystemSoundArray::SetSoundL() sl@0: */ sl@0: EBafPanicSystemSoundNoPath =14, sl@0: /** This panic is raised by TResourceReader::ReadTPtrC16(), when it detects that the alignment of Unicode strings within the resource is incorrect, i.e. the buffer is of an incorrect length for reading a Unicode string. sl@0: */ sl@0: EBafPanicUnicodeTextPaddingError =15, sl@0: /** no longer used sl@0: */ sl@0: EBafPanicOldResourceFormat =16, sl@0: /** Obsolete, panic code not raised anymore sl@0: */ sl@0: EBafPanicInvalidSoundCategory =17, sl@0: /** Invalid system sound priority set sl@0: */ sl@0: EBafPanicInvalidSoundPriority =18, sl@0: /** NULL UID passed to CBaNamedPlugins::IndexOfUid() sl@0: */ sl@0: EBafPanicNullUid =19, sl@0: /** Bad resource file format found when constructing a CBaNamedPlugins object sl@0: */ sl@0: EBafPanicBadResourceFileFormat =20, sl@0: /** The array position at which the text representing the choice of no plug-in is to be inserted, is invalid. The panic is raised by CBaNamedPlugins::ConstructL() sl@0: */ sl@0: EBafPanicBadArrayPosition =21, sl@0: /** An invalid comparison algorithm or no comparison algorithm supplied when sorting the plug-in names in the implementation of CBaNamedPlugins::ConstructL() sl@0: */ sl@0: EBafPanicBadCompareNames =22, sl@0: /** This panic is raised when the drive specified to be a clipboard drive is invalid and non-writable sl@0: */ sl@0: EBafPanicBadDrive =23, sl@0: /** This panic is raised when there is a mismatch between the number of input bytes which are consumed and the length of the compressed unicode sl@0: */ sl@0: EBafPanicBadDecompression =24, sl@0: /** This panic is raised when the number of bytes for an index is not even sl@0: */ sl@0: EBafPanicIndexIsOddNumberOfBytes =25, sl@0: /** This panic is raised when every flag is set in iFlagsAndNumberOfResources sl@0: */ sl@0: EBafPanicBadNumberOfResources =26, sl@0: /** This panic is raised when the number of bytes cached is not equal to the size of the cache sl@0: */ sl@0: EBafPanicBadCacheLength =27, sl@0: /** This panic is raised when the number of bytes still to retrieve is not equal to the length of the buffer sl@0: */ sl@0: EBafPanicBadIndexLength1 =28, sl@0: /** Length of the buffer does not equal number of bytes of index sl@0: */ sl@0: EBafPanicBadIndexLength2 =29, sl@0: /** Inconsistency check failed when caching the resource file index sl@0: */ sl@0: EBafPanicBadIndexLength3 =30, sl@0: /** This panic is raised if RResourceFileImpl::OpenL is called and the flag EFlagIsRomFile is not set in iFlagsAndNumberOfResources sl@0: */ sl@0: EBafPanicBadInitialization1 =31, sl@0: /** This panic is raised if RResourceFileImpl::ReadHeaderAndResourceIndexL is called and no flags are set in iFlagsAndNumberOfResources sl@0: */ sl@0: EBafPanicBadInitialization2 =32, sl@0: /** The value of iOffset is not equal to zero sl@0: */ sl@0: EBafPanicBadInitialization3 =33, sl@0: /** Index is greater or equal to the number of bytes of the input, causing index to be out of bounds sl@0: */ sl@0: EBafPanicIndexOverRan =34, sl@0: /** __ASSERT_ALWAYS This panic is raised if a pointer is null sl@0: */ sl@0: EBafPanicNullPointer =35, sl@0: /** Data members are not initialized(probably - OpenL() hasn't been called) sl@0: */ sl@0: EBafPanicNotOpened =36, sl@0: /** Index to an array is negative, out of bounds sl@0: */ sl@0: EBafPanicNegativeArrayIndex =37, sl@0: /** Attempt to access past the end of the stream from RDictionaryCompressionBitStream::IndexOfDictionaryEntryL() sl@0: */ sl@0: EBafPanicEndOfStream1 =38, sl@0: /** Attempt to access past the end of the stream from RDictionaryCompressionBitStream::ReadL() sl@0: */ sl@0: EBafPanicEndOfStream2 =39, sl@0: /** This panic is raised when there are no consecutive prefix bits sl@0: */ sl@0: EBafPanicBadNumberOfConsecutivePrefixBits1 =40, sl@0: /** This panic is raised when the number of consecutive prefix bits is greater than 4 sl@0: */ sl@0: EBafPanicBadNumberOfConsecutivePrefixBits2 =41, sl@0: /** This panic is raised if the number of bits off byte boundary is negative sl@0: */ sl@0: EBafPanicBadNumberOfBitsOffByteBoundary1 =42, sl@0: /** Inconsistency check failed when decompressing a resource file sl@0: */ sl@0: EBafPanicBadNumberOfBitsOffByteBoundary2 =43, sl@0: /** Panic raised when the offset value is less than zero in RDictionaryCompressionBitStream::OpenL sl@0: */ sl@0: EBafPanicNegativeOffsetToFirstBit1 =44, sl@0: /** Panic raised when the offset value is less than zero in RDictionaryCompressionBitStream::EndOfStreamL sl@0: */ sl@0: EBafPanicNegativeOffsetToFirstBit2 =45, sl@0: /** This panic is raised if the offset to the current bit is less than the offset to the first bit sl@0: */ sl@0: EBafPanicBadCurrentBitPosition1 =46, sl@0: /** This panic is raised if the offset to the current bit is more than the offset to the last bit sl@0: */ sl@0: EBafPanicBadCurrentBitPosition2 =47, sl@0: /** No bits were read from the current byte sl@0: */ sl@0: EBafPanicBadNumberOfBitsReadFromCurrentByte =48, sl@0: /** Read operation has gone over the length of the buffer to read, number of bits left to read is negative sl@0: */ sl@0: EBafPanicBadNumberOfBitsLeftToRead =49, sl@0: /** This panic is raised when the buffer has not been initialised and is NULL when a call to RDictionaryCompressionBitStream::EndOfStreamL is made sl@0: */ sl@0: EBafPanicNotConstructed1 =50, sl@0: /** This panic is raised when the buffer has not been initialised and is NULL when a call to RDictionaryCompressionBitStream::IndexOfDictionaryEntryL is made sl@0: */ sl@0: EBafPanicNotConstructed2 =51, sl@0: /** This panic is raised when the buffer has not been initialised and is NULL when a call to RDictionaryCompressionBitStream::ReadL is made sl@0: */ sl@0: EBafPanicNotConstructed3 =52, sl@0: /** This panic is raised when the buffer has not been initialised and is NULL when a call to RDictionaryCompressionBitStream::CurrentBitIsOn is made sl@0: */ sl@0: EBafPanicNotConstructed4 =53, sl@0: /** This panic is raised when the buffer has not been initialised and is NULL when a call to RDictionaryCompressionBitStream::ReadIntegerL is made sl@0: */ sl@0: EBafPanicNotConstructed5 =54, sl@0: /** The length of the bit buffer is negative sl@0: */ sl@0: EBafPanicNegativeLengthOfBitBuffer =55, sl@0: /** Index to the resource's bit-array is negative sl@0: */ sl@0: EBafPanicNegativeResourceIndex1 =56, sl@0: /** Index to the resource's bit-array is negative sl@0: */ sl@0: EBafPanicNegativeResourceIndex2 =57, sl@0: /** Index to the resource's bit-array is negative sl@0: */ sl@0: EBafPanicNegativeResourceIndex3 =58, sl@0: /** The flag EFlagDictionaryCompressed is not set in iFlagsAndNumberOfResources in call to RResourceFileImpl::AllocReadLC and flag EFlagGenerate_RSS_SIGNATURE_ForFirstUserResource is set sl@0: */ sl@0: EBafPanicBadFlags1 =59, sl@0: /** The flag EFlagThirdUidIsOffset is not set in iFlagsAndNumberOfResources in call to RResourceFileImpl::AllocReadLC and flag EFlagGenerate_RSS_SIGNATURE_ForFirstUserResource is set sl@0: */ sl@0: EBafPanicBadFlags2 =60, sl@0: /** The flag EFlagDictionaryCompressed is not set in iFlagsAndNumberOfResources in call to RResourceFileImpl::OwnsResourceIdL and flag EFlagGenerate_RSS_SIGNATURE_ForFirstUserResource is set sl@0: */ sl@0: EBafPanicBadFlags3 =61, sl@0: /** The flag EFlagThirdUidIsOffset is not set in iFlagsAndNumberOfResources in call to RResourceFileImpl::OwnsResourceIdL and flag EFlagGenerate_RSS_SIGNATURE_ForFirstUserResource is set sl@0: */ sl@0: EBafPanicBadFlags4 =62, sl@0: /** The flag EFlagDictionaryCompressed is not set in iFlagsAndNumberOfResources in call to RResourceFileImpl::OwnsResourceIdL and flag EFlagFirstResourceIsGeneratedBitArrayOfResourcesContainingCompressedUnicode is set sl@0: */ sl@0: EBafPanicBadFlags5 =63, sl@0: /** The flag EFlagDictionaryCompressed is not set in iFlagsAndNumberOfResources in call to RResourceFileImpl::AllocReadLC and flag EFlagFirstResourceIsGeneratedBitArrayOfResourcesContainingCompressedUnicode is set sl@0: */ sl@0: EBafPanicBadFlags6 =64, sl@0: /** Index parameter specified is less than zero, out of bounds sl@0: */ sl@0: EBafPanicNegativeIndexEntry =65, sl@0: /** This panic is raised if the size of the largest resource when completely uncompressed is not positive sl@0: */ sl@0: EBafPanicBadSizeOfLargestResourceWhenCompletelyUncompressed1=66, sl@0: /** This panic is raised if the size of the largest resource when completely uncompressed is not greater than 0 in RResourceFileImpl::DecompressUnicodeL sl@0: */ sl@0: EBafPanicBadSizeOfLargestResourceWhenCompletelyUncompressed2=67, sl@0: /** This panic is raised if the size of the largest resource when completely uncompressed is not greater than 0 sl@0: */ sl@0: EBafPanicBadSizeOfLargestResourceWhenCompletelyUncompressed3=68, sl@0: /** The header length is not the correct length (16+1+2+2) sl@0: */ sl@0: EBafPanicBadHeaderLength =69, sl@0: /** This panic is raised when iBuffer is NULL in call to TResourceReaderImpl::MovePtrL. DEBUG build only. sl@0: */ sl@0: EBafPanicNullPtr1 =70, sl@0: /** This panic is raised when aPtr is NULL in call to TResourceReaderImpl::MovePtrL. DEBUG build only. sl@0: */ sl@0: EBafPanicNullPtr2 =71, sl@0: /** This panic is raised when iCurrentPtr is NULL in call to TResourceReaderImpl::ReadTPtrC8L. DEBUG build only. sl@0: */ sl@0: EBafPanicNullPtr3 =72, sl@0: /** This panic is raised when iCurrentPtr is NULL in call to TResourceReaderImpl::ReadTPtrC16L. DEBUG build only. sl@0: */ sl@0: EBafPanicNullPtr4 =73, sl@0: /** This panic is raised when iCurrentPtr is NULL in call to TResourceReaderImpl::ReadInt8L. DEBUG build only. sl@0: */ sl@0: EBafPanicNullPtr5 =74, sl@0: /** This panic is raised when iCurrentPtr is NULL in call to TResourceReaderImpl::ReadUint8L. DEBUG build only. sl@0: */ sl@0: EBafPanicNullPtr6 =75, sl@0: /** This panic is raised when iCurrentPtr is NULL in call to TResourceReaderImpl::ReadInt16L. DEBUG build only. sl@0: */ sl@0: EBafPanicNullPtr7 =76, sl@0: /** This panic is raised when iCurrentPtr is NULL in call to TResourceReaderImpl::ReadUint16L. DEBUG build only sl@0: */ sl@0: EBafPanicNullPtr8 =77, sl@0: /** This panic is raised when iCurrentPtr is NULL in call to TResourceReaderImpl::ReadInt32L. DEBUG build only. sl@0: */ sl@0: EBafPanicNullPtr9 =78, sl@0: /** This panic is raised when iCurrentPtr is NULL in call to TResourceReaderImpl::ReadUint32L. DEBUG build only. sl@0: */ sl@0: EBafPanicNullPtr10 =79, sl@0: /** This panic is raised when iCurrentPtr is NULL in call to TResourceReaderImpl::ReadL. DEBUG build only. sl@0: */ sl@0: EBafPanicNullPtr11 =80, sl@0: /** This panic is raised when iCurrentPtr is NULL in call to TResourceReaderImpl::RewindL. DEBUG build only. sl@0: */ sl@0: EBafPanicNullPtr12 =81, sl@0: /** This panic is raised when iCurrentPtr is NULL in call to TResourceReaderImpl::AdvanceL. DEBUG build only. sl@0: */ sl@0: EBafPanicNullPtr13 =82, sl@0: /** Obsolete, panic code not raised anymore sl@0: */ sl@0: EBafPanicNullPtr14 =83, sl@0: /** This panic is raised when the number of bytes for an index is negative in RResourceFileImpl::ReadHeaderAndResourceIndexL sl@0: */ sl@0: EBafPanicNegativeNumber =84, sl@0: /** Panic caused by a header with length less than 18 sl@0: */ sl@0: EBafPanicBadHeader1 =85, sl@0: /** Panic caused by a header with length less than 18 sl@0: */ sl@0: EBafPanicBadHeader2 =86, sl@0: /** Panic caused by a header with length less than or equal to 10 sl@0: */ sl@0: EBafPanicBadHeader3 =87, sl@0: /** This panic is raised when there is a negative number of dictionary entries sl@0: */ sl@0: EBafPanicBadHeader4 =88, sl@0: /** This panic is raised if the index for the start of the resource is negative sl@0: */ sl@0: EBafPanicBadHeader5 =89, sl@0: /** This panic is raised if the filesize is not equal to the expected value sl@0: */ sl@0: EBafPanicFileSize =90, sl@0: /** This panic is raised if appending data to an object would cause the length to exceed the maximum length for that object sl@0: */ sl@0: EBafPanicOverflow =91, sl@0: /** This panic is raised when an index into an array is over the size of the array sl@0: */ sl@0: EBafPanicBadIndex =92, sl@0: /** This panic is raised when the number of bytes for an index is negative in RResourceFileImpl::AppendDictionaryCompressionBitStreamL sl@0: */ sl@0: EBafPanicNegativeNumber2 =93, sl@0: /** This panic is raised when the filesize is not greater than in RResourceFileImpl::OpenL sl@0: */ sl@0: EBafPanicFileSize2 =94, sl@0: /** This panic is raised when the number of bytes for an index is negative in RResourceFileImpl::DictionaryDecompressedResourceDataLC sl@0: */ sl@0: EBafPanicNegativeNumber3 =95, sl@0: /** This panic is raised if the aPos argument to RResourceFileImpl::ReadL is less than the file offset sl@0: */ sl@0: EBafPanicNegativePos =96, sl@0: /** This panic is raised if the aLength argument to RResourceFileImpl::ReadL is negative sl@0: */ sl@0: EBafPanicNegativeLength =97, sl@0: /** This panic is raised if the aLength argument to RResourceFileImpl::ReadL is greater than the maximum length of aDes descriptor argument sl@0: */ sl@0: EBafPanicMaxLength =98, sl@0: /** This panic is raised if the index to a resource is greater than the length of the object containing the resource sl@0: */ sl@0: EBafPanicBadIndex2 =99, sl@0: /** This panic is raised if the index to a resource is greater than the length of the object containing the resource sl@0: */ sl@0: EBafPanicBadIndex3 =100, sl@0: /** This panic is raised if the buffer length + 1 equals or exceeds the maximum length of the buffer sl@0: */ sl@0: EBafPanicMaxLength2 =101, sl@0: /** Inconsistency check failed when resding a resource file sl@0: */ sl@0: EBafPanicFileSize3 =102, sl@0: /** This panic is raised when the start position is equal to or greater than the file size sl@0: */ sl@0: EBafPanicStartPos =103, sl@0: /** This panic is raised when the start position is equal to or greater than the file size sl@0: */ sl@0: EBafPanicStartPos2 =104, sl@0: /** This panic is raised if the number of bytes to load will exceed the filesize from the start position sl@0: */ sl@0: EBafPanicFileSize4 =105, sl@0: /** This panic is raised when the first offset is not smaller than the file size sl@0: */ sl@0: EBafPanicBadOffset =106, sl@0: /** This panic is raised when the last offset is not smaller than or equal to the file size sl@0: */ sl@0: EBafPanicBadOffset2 =107, sl@0: /** Arguments inconsistent i.e reference an invalid drive or offset position sl@0: */ sl@0: EBafPanicBadOpenArg =108, sl@0: /** This panic is raised when the buffer to append the data to will not fit that much data sl@0: */ sl@0: EBafPanicBufLength =109, sl@0: /** This panic is raised when the RFs argument to SysUtil::FFSSpaceBelowCriticalLevel, SysUtil::DiskSpaceBelowCriticalLevelL and SysUtil::MMCSpaceBelowCriticalLevelL is passed without being "connected". sl@0: */ sl@0: EBafPanicRFsConnectArg =110 sl@0: }; sl@0: sl@0: /** sl@0: @internalComponent sl@0: */ sl@0: GLREF_C void Panic(TBafPanic aPanic); sl@0: sl@0: #endif