#include <Pt/IOError.h>
Failed to access a resource.
Inherits IOError.
Inherited by AddressInUse.
Public Member Functions | |
| AccessFailed (const char *resource) | |
| Construct with resource string. | |
| AccessFailed (const std::string &resource) | |
| Construct with resource string. | |
| ~AccessFailed () throw () | |
| Destructor. | |
| const std::string & | resource () const |
| Returns the ID of the inaccessible resource. | |