|
XRootD
|
Generic I/O exception, wraps up XrdCl::XRootDStatus (. More...
#include <XrdEcUtilities.hh>
Inheritance diagram for XrdEc::IOError:
Collaboration diagram for XrdEc::IOError:Public Types | |
| enum | { ioTooManyErrors } |
Public Member Functions | |
| IOError (const IOError &err) noexcept | |
| Copy constructor. | |
| IOError (const XrdCl::XRootDStatus &st) noexcept | |
| virtual | ~IOError () |
| Destructor. | |
| IOError & | operator= (const IOError &err) noexcept |
| Assigment operator. | |
| const XrdCl::XRootDStatus & | Status () const |
| virtual const char * | what () const noexcept |
| overloaded | |
Generic I/O exception, wraps up XrdCl::XRootDStatus (.
Definition at line 74 of file XrdEcUtilities.hh.
| anonymous enum |
| Enumerator | |
|---|---|
| ioTooManyErrors | |
Definition at line 127 of file XrdEcUtilities.hh.
|
inlinenoexcept |
Constructor
| st | : status |
Definition at line 83 of file XrdEcUtilities.hh.
Referenced by IOError(), and operator=().
Here is the caller graph for this function:
|
inlinenoexcept |
Copy constructor.
Definition at line 90 of file XrdEcUtilities.hh.
References IOError().
Here is the call graph for this function:
|
inlinevirtual |
Assigment operator.
Definition at line 97 of file XrdEcUtilities.hh.
References IOError().
Here is the call graph for this function:
|
inline |
|
inlinevirtualnoexcept |
overloaded
Definition at line 114 of file XrdEcUtilities.hh.