AUI Framework  develop
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
AFileOutputStream::WriteException Class Reference

#include <AUI/IO/AFileOutputStream.h>

Public Member Functions

 WriteException (const AString &mPath)
 
const AStringgetPath () const
 
AString getMessage () const noexcept override
 
- 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 AException &exception)=default
 
 AException (AException &&exception) noexcept=default
 
 AException (const AString &message, std::exception_ptr causedBy, AStacktrace stacktrace=AStacktrace::capture(2))
 
const char * what () const noexcept override
 
const AStacktracestacktrace () const noexcept
 
const std::exception_ptr & causedBy () const noexcept
 

Detailed Description

Probably thrown when target storage went out of space

Member Function Documentation

◆ getMessage()

AString AFileOutputStream::WriteException::getMessage ( ) const
inlineoverridevirtualnoexcept

Reimplemented from AException.


The documentation for this class was generated from the following file:
Inheritance diagram for AFileOutputStream::WriteException:
Collaboration diagram for AFileOutputStream::WriteException: