Открытые члены | Закрытые данные

Класс nitro::exception

Класс для работы с исключениями. Подробнее...

#include <utilities/exception.h>

Полный список членов класса

Открытые члены

 exception (void)
 exception (const std::string &theWhatInfo, int theCodeInfo)
virtual const char * what (void) const
virtual int code (void) const
virtual ~exception ()

Закрытые данные

char WhatInfo [EXCEPTION_MESSAGE_LENGTH]
int CodeInfo

Подробное описание

Класс для работы с исключениями.

Автор:
Додонов А.А.

См. определение в файле exception.h строка 50


Конструктор(ы)

nitro::exception::exception ( void   ) 

Конструктор.

Автор:
Додонов А.А.

См. определение в файле exception.cpp строка 12

Перекрестные ссылки nitro::EXCEPTION_MESSAGE_LENGTH и WhatInfo.

                                   : CodeInfo( 0 )
        {
                memset( WhatInfo , 0 , EXCEPTION_MESSAGE_LENGTH );
        }

nitro::exception::exception ( const std::string &  theWhatInfo,
int  theCodeInfo 
)

Конструктор.

Аргументы:
theWhatInfo - Текстовое описание ошибки.
theCodeInfo - Код ошибки.
Автор:
Додонов А.А. Конструктор.
Аргументы:
theWhatInfo - Текстовое описание ошибки.
theCodeInfo - Код ошибки.
Автор:
Додонов А.А.

См. определение в файле exception.cpp строка 25

Перекрестные ссылки CodeInfo, nitro::EXCEPTION_MESSAGE_LENGTH и WhatInfo.

        {
                memset( WhatInfo , 0 , EXCEPTION_MESSAGE_LENGTH );
                strncpy( WhatInfo , theWhatInfo.c_str() , ( std::size_t )( EXCEPTION_MESSAGE_LENGTH - 1 ) < ( std::size_t )( theWhatInfo.size() + 1 ) ? ( std::size_t )( EXCEPTION_MESSAGE_LENGTH - 1 ) : ( std::size_t )( theWhatInfo.size() + 1 ) );
                
                CodeInfo = theCodeInfo;
        }

nitro::exception::~exception (  )  [virtual]

Деструктор (виртуальный).

Автор:
Додонов А.А.

См. определение в файле exception.cpp строка 43

        {
        }


Методы

int nitro::exception::code ( void   )  const [virtual]

Получение кода ошибки.

Возвращает:
Код ошибки.
Автор:
Додонов А.А.

См. определение в файле exception.cpp строка 38

Перекрестные ссылки CodeInfo.

Используется в nitro::Timer::Action(), nitro::XMLTag::AddAttribute(), nitro::MVC::AddController(), nitro::FSPath::AddEndSlash(), nitro::ZIPAbstraction::AddFile(), nitro::MVC::AddModel(), nitro::ObjectManager< managing_class >::AddObject(), nitro::CommandRedirections::AddRedirectionRule(), nitro::MemoryDescription::AddressIn(), nitro::XMLTag::AddTag(), nitro::MVC::AddView(), nitro::MemoryHandler::Allocate(), nitro::Allocator::AllocateArray(), nitro::Allocator::AllocateBlock(), nitro::CSVFile::AppendAllRecords(), nitro::BinaryData::AppendData(), nitro::CSVFile::AppendRecord(), nitro::ZIPUtilities::ArchiveDirectory(), nitro::Converters::atof(), nitro::Converters::atoi(), nitro::XMLTag::AttributeExists(), nitro::ObjectManagerBasic< managing_class >::Back(), nitro::Parsers::BeginsWith(), nitro::BinaryData::BinaryData(), nitro::PGDatabase::ClearResult(), nitro::MySQLDatabase::ClearResult(), nitro::UnZIPAbstraction::Close(), nitro::ZIPAbstraction::Close(), nitro::FileAbstraction::Close(), nitro::UnTARAbstraction::CloseFile(), nitro::CSVFile::CloseFile(), nitro::CollectDirectoriesFromDirectory(), nitro::CollectFilesFromDirectory(), nitro::Parsers::CommandLineParameterExists(), nitro::PGDatabase::Connect(), nitro::MySQLDatabase::Connect(), nitro::Database::Connect(), nitro::MemoryHandler::Copy(), nitro::ObjectManagerBasic< managing_class >::Count(), nitro::XMLTag::CountOfAttributes(), nitro::XMLTag::CountOfChildTags(), nitro::MVC::Create(), nitro::DirectoryAbstraction::CreateDirectory(), nitro::MutexAbstraction::CreateMutex(), nitro::LocalObjectManager< managing_class >::CreateObject(), nitro::ProcessAbstraction::CreateProcess(), nitro::ThreadAbstraction::CreateThread(), nitro::MemoryHandler::Deallocate(), nitro::Allocator::DeallocateArray(), nitro::Allocator::DeallocateBlock(), nitro::Decode(), nitro::Encoders::DecodeBase64(), nitro::Database::Delete(), nitro::FSPath::DeleteEndSlash(), nitro::FileAbstraction::DeleteFile(), nitro::ObjectManagerBasic< managing_class >::DeleteObject(), nitro::XMLTag::DeleteTag(), nitro::Directory::DirectoryExists(), nitro::PGDatabase::Disconnect(), nitro::MySQLDatabase::Disconnect(), nitro::DispatchBuffer(), nitro::DynamicLibLoader::DynamicLibLoader(), nitro::Encode(), nitro::Encoders::EncodeBase64(), nitro::Parsers::EndsWith(), nitro::MVC::Entry(), nitro::TopWindow::ExecuteCommand(), nitro::MVC::ExecuteCommand(), nitro::FSPath::ExplodePath(), nitro::Parsers::ExplodeString(), nitro::UnTARAbstraction::ExtractFile(), nitro::FSPath::ExtractFileExtension(), nitro::FSPath::ExtractFileName(), nitro::FSPath::ExtractFilePath(), nitro::ZIPUtilities::ExtractFiles(), nitro::FSPath::ExtractModuleName(), nitro::Database::FetchAssociativeArrays(), nitro::Database::FetchCommonArrays(), nitro::PGDatabase::FieldCount(), nitro::MySQLDatabase::FieldCount(), nitro::File::File(), nitro::File::FileExists(), nitro::File::FileSize(), nitro::DirectoryAbstraction::FindFirst(), nitro::DirectoryAbstraction::FindNext(), nitro::Parsers::FindSubSequence(), nitro::Directory::ForceCreateDirectory(), nitro::File::ForceCreateFile(), nitro::Converters::ftoa(), nitro::XMLTag::GetAttribute_bool(), nitro::XMLTag::GetAttribute_float(), nitro::XMLTag::GetAttribute_int(), nitro::XMLTag::GetAttribute_string(), nitro::XMLTag::GetAttributeName(), nitro::BinaryData::GetBuffer(), nitro::BinaryData::GetBufferLength(), nitro::TARFileHeader::GetCheckSum(), nitro::Parsers::GetCommandLineParameter(), nitro::Parsers::GetCommonPrefix(), nitro::MVC::GetController(), nitro::UnZIPAbstraction::GetCountOfFiles(), nitro::UnTARAbstraction::GetCountOfFiles(), nitro::PGDatabase::GetFieldName(), nitro::MySQLDatabase::GetFieldName(), nitro::BinaryData::GetFirstOccurance(), nitro::FileAbstraction::GetGroup(), nitro::TopWindow::GetGUI(), nitro::CSVFile::GetHeaderItem(), nitro::CSVFile::GetHeaderItemsCount(), nitro::PluginInterface::GetInterface(), nitro::File::GetLastModified(), nitro::MVC::GetModel(), nitro::DirectoryAbstraction::GetName(), nitro::PluginInterface::GetNewInterface(), nitro::ObjectManagerBasic< managing_class >::GetObjectCursor(), nitro::BinaryData::GetOccuranceCount(), nitro::FileAbstraction::GetOwner(), nitro::PGDatabase::GetRecordField(), nitro::MySQLDatabase::GetRecordField(), nitro::DynamicLibLoader::GetResource(), nitro::XMLFile::GetRoot(), nitro::MVC::GetStartupControllerCommand(), nitro::MVC::GetStartupControllerName(), nitro::MVC::GetStartupViewName(), nitro::INIFile::GetString(), nitro::XMLTag::GetTag(), nitro::TemplateEngine::GetTemplate(), nitro::StringCollection::GetValueAsFloat(), nitro::StringCollection::GetValueAsInteger(), nitro::StringCollection::GetValueAsString(), nitro::MVC::GetView(), nitro::UnZIPAbstraction::GotoFile(), nitro::UnZIPAbstraction::GotoFirstFile(), nitro::UnTARAbstraction::GotoFirstFile(), nitro::UnZIPAbstraction::GotoNextFile(), nitro::INIFile::INIFile(), nitro::Database::Insert(), nitro::PluginInterface::InterfaceExported(), nitro::XMLTag::IsClosingTag(), nitro::DirectoryAbstraction::IsDirectory(), nitro::DirectoryAbstraction::IsDots(), nitro::DirectoryAbstraction::IsFile(), nitro::PluginInterface::IsPlugin(), nitro::Converters::itoa(), nitro::XMLTag::LastTag(), nitro::File::LoadBinDataFromFile(), nitro::INIFile::LoadINIFile(), nitro::DynamicLibManager::LoadLibrary(), nitro::DynamicLibLoader::LoadLibrary(), nitro::MVC::LoadModule(), nitro::MVC::LoadModules(), nitro::TemplateEngine::LoadTemplateFromFile(), nitro::XMLTag::LoadXML(), nitro::XMLFile::LoadXML(), nitro::MutexAbstraction::Lock(), nitro::LogStream::LogStream(), nitro::Encoders::md5(), nitro::MDFinal(), nitro::MDTransform(), nitro::MDUpdate(), nitro::MemoryDescription::MemoryDescription(), nitro::XMLTag::MoveTag(), nitro::MutexAbstraction::MutexAbstraction(), nitro::MVC::MVC(), nitro::MySQLDatabase::MySQLDatabase(), nitro::ObjectManagerBasic< managing_class >::ObjectExists(), nitro::MemoryDescription::OnAssigned(), nitro::MemoryDescription::OnCopied(), nitro::Application::OnExit(), nitro::Application::OnInit(), nitro::UnZIPAbstraction::Open(), nitro::ZIPAbstraction::Open(), nitro::FileAbstraction::Open(), nitro::UnTARAbstraction::OpenFile(), nitro::CSVFile::OpenFile(), nitro::BinaryData::operator const char *(), nitro::LogStream::operator<<(), nitro::BinaryData::operator=(), nitro::ProcessAbstraction::operator=(), nitro::ObjectManagerBasic< managing_class >::operator[](), nitro::XMLTag::operator[](), nitro::XMLFile::ParseHeader(), nitro::PGDatabase::PGDatabase(), nitro::ProcessAbstraction::ProcessAbstraction(), nitro::XMLTag::ProcessAttributes(), nitro::PGDatabase::Query(), nitro::MySQLDatabase::Query(), nitro::Database::Query(), nitro::FileAbstraction::Read(), nitro::CSVFile::ReadAllRecords(), nitro::UnTARAbstraction::ReadHeader(), nitro::CSVFile::ReadHeader(), nitro::CSVFile::ReadRecord(), nitro::PGDatabase::RecordCount(), nitro::MySQLDatabase::RecordCount(), nitro::CommandRedirections::RedirectCommand(), nitro::MemoryDescription::RegisterPointer(), nitro::LogStream::Release(), nitro::BinaryData::Release(), nitro::ThreadAbstraction::Release(), nitro::MutexAbstraction::Release(), nitro::DirectoryAbstraction::Release(), nitro::LocalObjectManager< managing_class >::Release(), nitro::ObjectManagerBasic< managing_class >::Release(), nitro::XMLTag::Release(), nitro::DynamicLibLoader::Release(), nitro::PluginInterface::ReleaseInterface(), nitro::MemoryDescription::ReleaseNestedPointers(), nitro::FileAbstraction::RenameFile(), nitro::BinaryData::ReplaceBuffer(), nitro::BinaryData::Reserve(), nitro::LogStream::Reset(), nitro::DynamicLibLoader::ResourceExists(), nitro::Timer::Run(), nitro::Thread::Run(), nitro::File::SaveBinDataToFile(), nitro::INIFile::SaveINIFile(), nitro::XMLFile::SaveXML(), nitro::XMLTag::SaveXML(), nitro::XMLTag::SaveXMLToANSIString(), nitro::FileAbstraction::Seek(), nitro::Database::Select(), nitro::XMLTag::SetAttribute(), nitro::BinaryData::SetByte(), nitro::TARFileHeader::SetCheckSum(), nitro::Timer::SetInstant(), nitro::XMLTag::SetName(), nitro::INIFile::SetPath(), nitro::UnTARAbstraction::SetReadCursor(), nitro::Timer::SetSingle(), nitro::INIFile::SetString(), nitro::Timer::SetTimeout(), nitro::TemplateEngine::SetVariable(), nitro::TemplateEngine::SetVariables(), nitro::ThreadAbstraction::Sleep(), nitro::Parsers::StringToSet(), nitro::XMLTag::TagExists(), nitro::FileAbstraction::Tell(), nitro::ProcessAbstraction::TerminateProcess(), nitro::Thread::Thread(), nitro::SUtils::TrimLeft(), nitro::SUtils::TrimRight(), nitro::MutexAbstraction::UnLock(), nitro::UnTARAbstraction::UnTARAbstraction(), nitro::UnZIPAbstraction::UnZIPAbstraction(), nitro::UnZIPAbstraction::UnZIPFile(), nitro::Database::Update(), nitro::ProcessAbstraction::Wait(), nitro::WalkThroughDirectory(), nitro::File::Write(), nitro::FileAbstraction::Write(), nitro::XMLFile::XMLFile(), nitro::XMLTag::XMLTag(), nitro::Encoders::XORDecode(), nitro::Encoders::XOREncode(), nitro::ZIPAbstraction::ZIPAbstraction() и nitro::LogStream::~LogStream().

        {
                return( CodeInfo );
        }

const char * nitro::exception::what ( void   )  const [virtual]

Получение текстового описания ошибки.

Возвращает:
Текстовое описание ошибки.
Автор:
Додонов А.А.

См. определение в файле exception.cpp строка 33

Перекрестные ссылки WhatInfo.

Используется в nitro::Timer::Action(), nitro::XMLTag::AddAttribute(), nitro::MVC::AddController(), nitro::FSPath::AddEndSlash(), nitro::ZIPAbstraction::AddFile(), nitro::MVC::AddModel(), nitro::ObjectManager< managing_class >::AddObject(), nitro::CommandRedirections::AddRedirectionRule(), nitro::MemoryDescription::AddressIn(), nitro::XMLTag::AddTag(), nitro::MVC::AddView(), nitro::Pointer< stored_type, memory_handler >::Allocate(), nitro::MemoryHandler::Allocate(), nitro::Allocator::AllocateArray(), nitro::Allocator::AllocateBlock(), nitro::CSVFile::AppendAllRecords(), nitro::BinaryData::AppendData(), nitro::CSVFile::AppendRecord(), nitro::ZIPUtilities::ArchiveDirectory(), nitro::Converters::atof(), nitro::Converters::atoi(), nitro::XMLTag::AttributeExists(), nitro::ObjectManagerBasic< managing_class >::Back(), nitro::Parsers::BeginsWith(), nitro::BinaryData::BinaryData(), nitro::PGDatabase::ClearResult(), nitro::MySQLDatabase::ClearResult(), nitro::UnZIPAbstraction::Close(), nitro::ZIPAbstraction::Close(), nitro::FileAbstraction::Close(), nitro::UnTARAbstraction::CloseFile(), nitro::CSVFile::CloseFile(), nitro::CollectDirectoriesFromDirectory(), nitro::CollectFilesFromDirectory(), nitro::Parsers::CommandLineParameterExists(), nitro::PGDatabase::Connect(), nitro::MySQLDatabase::Connect(), nitro::Database::Connect(), nitro::MemoryHandler::Copy(), nitro::ObjectManagerBasic< managing_class >::Count(), nitro::XMLTag::CountOfAttributes(), nitro::XMLTag::CountOfChildTags(), nitro::MVC::Create(), nitro::DirectoryAbstraction::CreateDirectory(), nitro::MutexAbstraction::CreateMutex(), nitro::LocalObjectManager< managing_class >::CreateObject(), nitro::ProcessAbstraction::CreateProcess(), nitro::ThreadAbstraction::CreateThread(), nitro::MemoryHandler::Deallocate(), nitro::Allocator::DeallocateArray(), nitro::Allocator::DeallocateBlock(), nitro::Decode(), nitro::Encoders::DecodeBase64(), nitro::Database::Delete(), nitro::FSPath::DeleteEndSlash(), nitro::FileAbstraction::DeleteFile(), nitro::ObjectManagerBasic< managing_class >::DeleteObject(), nitro::XMLTag::DeleteTag(), nitro::Directory::DirectoryExists(), nitro::PGDatabase::Disconnect(), nitro::MySQLDatabase::Disconnect(), nitro::DispatchBuffer(), nitro::DynamicLibLoader::DynamicLibLoader(), nitro::Encode(), nitro::Encoders::EncodeBase64(), nitro::Parsers::EndsWith(), nitro::MVC::Entry(), nitro::TopWindow::ExecuteCommand(), nitro::MVC::ExecuteCommand(), nitro::FSPath::ExplodePath(), nitro::Parsers::ExplodeString(), nitro::UnTARAbstraction::ExtractFile(), nitro::FSPath::ExtractFileExtension(), nitro::FSPath::ExtractFileName(), nitro::FSPath::ExtractFilePath(), nitro::ZIPUtilities::ExtractFiles(), nitro::FSPath::ExtractModuleName(), nitro::Database::FetchAssociativeArrays(), nitro::Database::FetchCommonArrays(), nitro::PGDatabase::FieldCount(), nitro::MySQLDatabase::FieldCount(), nitro::File::File(), nitro::File::FileExists(), nitro::File::FileSize(), nitro::DirectoryAbstraction::FindFirst(), nitro::DirectoryAbstraction::FindNext(), nitro::Parsers::FindSubSequence(), nitro::Directory::ForceCreateDirectory(), nitro::File::ForceCreateFile(), nitro::Converters::ftoa(), nitro::XMLTag::GetAttribute_bool(), nitro::XMLTag::GetAttribute_float(), nitro::XMLTag::GetAttribute_int(), nitro::XMLTag::GetAttribute_string(), nitro::XMLTag::GetAttributeName(), nitro::Pointer< stored_type, memory_handler >::GetBuffer(), nitro::BinaryData::GetBuffer(), nitro::BinaryData::GetBufferLength(), nitro::Pointer< stored_type, memory_handler >::GetBufferSize(), nitro::TARFileHeader::GetCheckSum(), nitro::Parsers::GetCommandLineParameter(), nitro::Parsers::GetCommonPrefix(), nitro::MVC::GetController(), nitro::UnZIPAbstraction::GetCountOfFiles(), nitro::UnTARAbstraction::GetCountOfFiles(), nitro::PGDatabase::GetFieldName(), nitro::MySQLDatabase::GetFieldName(), nitro::BinaryData::GetFirstOccurance(), nitro::FileAbstraction::GetGroup(), nitro::TopWindow::GetGUI(), nitro::CSVFile::GetHeaderItem(), nitro::CSVFile::GetHeaderItemsCount(), nitro::PluginInterface::GetInterface(), nitro::File::GetLastModified(), nitro::MVC::GetModel(), nitro::DirectoryAbstraction::GetName(), nitro::PluginInterface::GetNewInterface(), nitro::ObjectManagerBasic< managing_class >::GetObjectCursor(), nitro::BinaryData::GetOccuranceCount(), nitro::FileAbstraction::GetOwner(), nitro::PGDatabase::GetRecordField(), nitro::MySQLDatabase::GetRecordField(), nitro::DynamicLibLoader::GetResource(), nitro::XMLFile::GetRoot(), nitro::MVC::GetStartupControllerCommand(), nitro::MVC::GetStartupControllerName(), nitro::MVC::GetStartupViewName(), nitro::INIFile::GetString(), nitro::XMLTag::GetTag(), nitro::TemplateEngine::GetTemplate(), nitro::StringCollection::GetValueAsFloat(), nitro::StringCollection::GetValueAsInteger(), nitro::StringCollection::GetValueAsString(), nitro::MVC::GetView(), nitro::UnZIPAbstraction::GotoFile(), nitro::UnZIPAbstraction::GotoFirstFile(), nitro::UnTARAbstraction::GotoFirstFile(), nitro::UnZIPAbstraction::GotoNextFile(), nitro::INIFile::INIFile(), nitro::Database::Insert(), nitro::PluginInterface::InterfaceExported(), nitro::XMLTag::IsClosingTag(), nitro::DirectoryAbstraction::IsDirectory(), nitro::DirectoryAbstraction::IsDots(), nitro::DirectoryAbstraction::IsFile(), nitro::PluginInterface::IsPlugin(), nitro::Converters::itoa(), nitro::XMLTag::LastTag(), nitro::File::LoadBinDataFromFile(), nitro::INIFile::LoadINIFile(), nitro::DynamicLibManager::LoadLibrary(), nitro::DynamicLibLoader::LoadLibrary(), nitro::MVC::LoadModule(), nitro::MVC::LoadModules(), nitro::TemplateEngine::LoadTemplateFromFile(), nitro::XMLTag::LoadXML(), nitro::XMLFile::LoadXML(), nitro::XMLFile::LoadXMLFromANSIString(), nitro::MutexAbstraction::Lock(), nitro::LogStream::LogStream(), nitro::Encoders::md5(), nitro::MDFinal(), nitro::MDTransform(), nitro::MDUpdate(), nitro::MemoryDescription::MemoryDescription(), nitro::XMLTag::MoveTag(), nitro::MutexAbstraction::MutexAbstraction(), nitro::MVC::MVC(), nitro::MySQLDatabase::MySQLDatabase(), nitro::ObjectManagerBasic< managing_class >::ObjectExists(), nitro::MemoryDescription::OnAssigned(), nitro::MemoryDescription::OnCopied(), nitro::Application::OnExit(), nitro::Application::OnInit(), nitro::UnZIPAbstraction::Open(), nitro::ZIPAbstraction::Open(), nitro::FileAbstraction::Open(), nitro::UnTARAbstraction::OpenFile(), nitro::CSVFile::OpenFile(), nitro::BinaryData::operator const char *(), nitro::LogStream::operator<<(), nitro::Pointer< stored_type, memory_handler >::operator=(), nitro::BinaryData::operator=(), nitro::ProcessAbstraction::operator=(), nitro::Pointer< stored_type, memory_handler >::operator[](), nitro::ObjectManagerBasic< managing_class >::operator[](), nitro::XMLTag::operator[](), nitro::XMLFile::ParseHeader(), nitro::PGDatabase::PGDatabase(), nitro::Pointer< stored_type, memory_handler >::Pointer(), nitro::ProcessAbstraction::ProcessAbstraction(), nitro::XMLTag::ProcessAttributes(), nitro::PGDatabase::Query(), nitro::MySQLDatabase::Query(), nitro::Database::Query(), nitro::FileAbstraction::Read(), nitro::CSVFile::ReadAllRecords(), nitro::UnTARAbstraction::ReadHeader(), nitro::CSVFile::ReadHeader(), nitro::CSVFile::ReadRecord(), nitro::PGDatabase::RecordCount(), nitro::MySQLDatabase::RecordCount(), nitro::CommandRedirections::RedirectCommand(), nitro::MemoryDescription::RegisterPointer(), nitro::Pointer< stored_type, memory_handler >::Release(), nitro::LogStream::Release(), nitro::BinaryData::Release(), nitro::ThreadAbstraction::Release(), nitro::MutexAbstraction::Release(), nitro::DirectoryAbstraction::Release(), nitro::LocalObjectManager< managing_class >::Release(), nitro::ObjectManagerBasic< managing_class >::Release(), nitro::XMLTag::Release(), nitro::DynamicLibLoader::Release(), nitro::PluginInterface::ReleaseInterface(), nitro::MemoryDescription::ReleaseNestedPointers(), nitro::FileAbstraction::RenameFile(), nitro::BinaryData::ReplaceBuffer(), nitro::BinaryData::Reserve(), nitro::LogStream::Reset(), nitro::DynamicLibLoader::ResourceExists(), nitro::Timer::Run(), nitro::Thread::Run(), nitro::File::SaveBinDataToFile(), nitro::INIFile::SaveINIFile(), nitro::XMLFile::SaveXML(), nitro::XMLTag::SaveXML(), nitro::XMLTag::SaveXMLToANSIString(), nitro::FileAbstraction::Seek(), nitro::Database::Select(), nitro::XMLTag::SetAttribute(), nitro::BinaryData::SetByte(), nitro::TARFileHeader::SetCheckSum(), nitro::Timer::SetInstant(), nitro::XMLTag::SetName(), nitro::INIFile::SetPath(), nitro::UnTARAbstraction::SetReadCursor(), nitro::Timer::SetSingle(), nitro::INIFile::SetString(), nitro::Timer::SetTimeout(), nitro::TemplateEngine::SetVariable(), nitro::TemplateEngine::SetVariables(), nitro::ThreadAbstraction::Sleep(), nitro::Parsers::StringToSet(), nitro::XMLTag::TagExists(), nitro::FileAbstraction::Tell(), nitro::ProcessAbstraction::TerminateProcess(), nitro::Thread::Thread(), nitro::SUtils::TrimLeft(), nitro::SUtils::TrimRight(), nitro::MutexAbstraction::UnLock(), nitro::UnTARAbstraction::UnTARAbstraction(), nitro::UnZIPAbstraction::UnZIPAbstraction(), nitro::UnZIPAbstraction::UnZIPFile(), nitro::Database::Update(), nitro::ProcessAbstraction::Wait(), nitro::WalkThroughDirectory(), nitro::File::Write(), nitro::FileAbstraction::Write(), nitro::XMLFile::XMLFile(), nitro::XMLTag::XMLTag(), nitro::Encoders::XORDecode(), nitro::Encoders::XOREncode(), nitro::ZIPAbstraction::ZIPAbstraction() и nitro::LogStream::~LogStream().

        {
                return( WhatInfo );
        }


Данные класса

Код ошибки.

Автор:
Додонов А.А.

См. определение в файле exception.h строка 173

Используется в code() и exception().

Текстовое описание ошибки.

Автор:
Додонов А.А.

См. определение в файле exception.h строка 161

Используется в exception() и what().


Объявления и описания членов классов находятся в файлах:

Generated by  doxygen 1.6.1