Cortex
10.0.0-a4
|
A class to represent "permission denied" exceptions. More...
#include <Exception.h>
Public Member Functions | |
PermissionDeniedIOException (const char *what) | |
PermissionDeniedIOException (const std::string &what) | |
const char * | type () const override throw () |
![]() | |
IOException (const char *what) | |
IOException (const std::string &what) | |
![]() | |
Exception (const char *what) | |
Construct with cause of exception. | |
Exception (const std::string &what) | |
const char * | what () const override throw () |
Return cause of exception. | |
Exception & | append (const std::string &s) |
Appends the given string to the cause of the current exception. | |
Exception & | append (const char *s) |
Appends the given string to the cause of the current exception. | |
Exception & | prepend (const std::string &s) |
Prepends the given string to the cause of the current exception. | |
Exception & | prepend (const char *s) |
Prepends the given string to the cause of the current exception. | |
Additional Inherited Members | |
![]() | |
RefCountedStringPtr | m_what |
A class to represent "permission denied" exceptions.