ALib C++ Framework
by
Library Version: 2511 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
exception.inl File Reference

Description:

This header-file is part of module ALib Exceptions of the ALib C++ Framework.

© 2013-2025 A-Worx GmbH, Germany. Published under Boost Software License.

Definition in file exception.inl.

Go to the source code of this file.

Classes

struct  alib::strings::APPENDABLES::AppendableTraits< exceptions::Exception, TChar, TAllocator >
struct  alib::exceptions::ERException
class  alib::exceptions::Exception
struct  alib::exceptions::detail::ExceptionEntry
class  alib::exceptions::Exception::IteratorType< TConstOrMutableMessage >

Namespaces

namespace  alib
namespace  alib::exceptions::detail
 Internal details of namespace alib::exceptions.
namespace  alib::strings
namespace  alib::strings::APPENDABLES

Typedefs

using alib::Exception = exceptions::Exception
 Type alias in namespace alib.

Functions

Exception alib::exceptions::CreateExceptionFromSystemError (const CallerInfo &ci, int errNo=errno)
Exception alib::exceptions::CreateExceptionFromSystemError (const CallerInfo &ci, std::error_code errorCode)
Exception alib::exceptions::CreateExceptionFromWindowsOSError (const CallerInfo &ci, DWORD winError)