Generic I/O exception, wraps up XrdCl::XRootDStatus (.
More...
#include <XrdEcUtilities.hh>
Generic I/O exception, wraps up XrdCl::XRootDStatus (.
- See also
- XRootDStatus)
Definition at line 74 of file XrdEcUtilities.hh.
◆ anonymous enum
◆ IOError() [1/2]
Constructor
- Parameters
-
Definition at line 83 of file XrdEcUtilities.hh.
84 {
85 }
std::string ToString() const
Create a string representation.
◆ IOError() [2/2]
XrdEc::IOError::IOError |
( |
const IOError & |
err | ) |
|
|
inlinenoexcept |
Copy constructor.
Definition at line 90 of file XrdEcUtilities.hh.
90 : st( err.st ), msg( err.st.ToString() )
91 {
92 }
◆ ~IOError()
virtual XrdEc::IOError::~IOError |
( |
| ) |
|
|
inlinevirtual |
◆ operator=()
Assigment operator.
Definition at line 97 of file XrdEcUtilities.hh.
98 {
99 st = err.st;
100 msg = err.st.ToString();
101 return *this;
102 }
◆ Status()
◆ what()
virtual const char * XrdEc::IOError::what |
( |
| ) |
const |
|
inlinevirtualnoexcept |
overloaded
- See also
- std::exception
Definition at line 114 of file XrdEcUtilities.hh.
115 {
116 return msg.c_str();
117 }
The documentation for this class was generated from the following file: