AUI Framework
master
Cross-platform module-based framework for developing C++20 desktop applications
|
Thrown when stream has reached end (end of file). More...
Thrown when stream has reached end (end of file).
Additional Inherited Members | |
Public Member Functions inherited from AIOException | |
AIOException (const AString &message) | |
Public Member Functions inherited from AException | |
AException (AStacktrace stacktrace) | |
AException (const AString &message) | |
AException (const AString &message, std::exception_ptr causedBy, AStacktrace stacktrace=AStacktrace::capture(2)) | |
virtual AString | getMessage () const noexcept |
const char * | what () const noexcept override |
const AStacktrace & | stacktrace () const noexcept |
const std::exception_ptr & | causedBy () const noexcept |
#include <AUI/IO/AEOFException.h>