43class PT_API
IOError :
public std::ios::failure
48 explicit IOError(
const std::string& what);
87 std::string _resource;
AccessFailed(const std::string &resource)
Construct with resource string.
const std::string & resource() const
Returns the ID of the inaccessible resource.
Definition IOError.h:83
~AccessFailed()
Destructor.
Definition IOError.h:78
AccessFailed(const char *resource)
Construct with resource string.
~IOError()
Destructor.
Definition IOError.h:56
IOError(const char *what)
Construct with error message.
IOError(const std::string &what)
Construct with error message.
Core module.
Definition Allocator.h:33