|
XRootD
|
Pipeline exception, wrapps an XRootDStatus. More...
#include <XrdClOperationHandlers.hh>
Inheritance diagram for XrdCl::PipelineException:
Collaboration diagram for XrdCl::PipelineException:Public Member Functions | |
| PipelineException (const PipelineException &ex) | |
| Copy constructor. More... | |
| PipelineException (const XRootDStatus &error) | |
| Constructor from XRootDStatus. More... | |
| const XRootDStatus & | GetError () const |
| PipelineException & | operator= (const PipelineException &ex) |
| Assigment operator. More... | |
| const char * | what () const noexcept |
| inherited from std::exception More... | |
Pipeline exception, wrapps an XRootDStatus.
Definition at line 400 of file XrdClOperationHandlers.hh.
|
inline |
Constructor from XRootDStatus.
Definition at line 407 of file XrdClOperationHandlers.hh.
|
inline |
Copy constructor.
Definition at line 415 of file XrdClOperationHandlers.hh.
|
inline |
Definition at line 441 of file XrdClOperationHandlers.hh.
Referenced by DoStat().
Here is the caller graph for this function:
|
inline |
Assigment operator.
Definition at line 423 of file XrdClOperationHandlers.hh.
|
inlinenoexcept |
inherited from std::exception
Definition at line 433 of file XrdClOperationHandlers.hh.