Cortex  10.0.0-a4
Public Member Functions | List of all members
IECore::PermissionDeniedIOException Class Reference

A class to represent "permission denied" exceptions. More...

#include <Exception.h>

+ Inheritance diagram for IECore::PermissionDeniedIOException:

Public Member Functions

 PermissionDeniedIOException (const char *what)
 
 PermissionDeniedIOException (const std::string &what)
 
const char * type () const override throw ()
 
- Public Member Functions inherited from IECore::IOException
 IOException (const char *what)
 
 IOException (const std::string &what)
 
- Public Member Functions inherited from IECore::Exception
 Exception (const char *what)
 Construct with cause of exception.
 
 Exception (const std::string &what)
 
const char * what () const override throw ()
 Return cause of exception.
 
Exceptionappend (const std::string &s)
 Appends the given string to the cause of the current exception.
 
Exceptionappend (const char *s)
 Appends the given string to the cause of the current exception.
 
Exceptionprepend (const std::string &s)
 Prepends the given string to the cause of the current exception.
 
Exceptionprepend (const char *s)
 Prepends the given string to the cause of the current exception.
 

Additional Inherited Members

- Protected Attributes inherited from IECore::Exception
RefCountedStringPtr m_what
 

Detailed Description

A class to represent "permission denied" exceptions.


The documentation for this class was generated from the following file: