|
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. | |
| PipelineException (const XRootDStatus &error) | |
| Constructor from XRootDStatus. | |
| const XRootDStatus & | GetError () const |
| PipelineException & | operator= (const PipelineException &ex) |
| Assigment operator. | |
| const char * | what () const noexcept |
| inherited from std::exception | |
Pipeline exception, wrapps an XRootDStatus.
Definition at line 392 of file XrdClOperationHandlers.hh.
|
inline |
Constructor from XRootDStatus.
Definition at line 399 of file XrdClOperationHandlers.hh.
Referenced by PipelineException(), and operator=().
Here is the caller graph for this function:
|
inline |
Copy constructor.
Definition at line 407 of file XrdClOperationHandlers.hh.
References PipelineException().
Here is the call graph for this function:
|
inline |
Definition at line 433 of file XrdClOperationHandlers.hh.
Referenced by DoStat().
Here is the caller graph for this function:
|
inline |
Assigment operator.
Definition at line 415 of file XrdClOperationHandlers.hh.
References PipelineException().
Here is the call graph for this function:
|
inlinenoexcept |
inherited from std::exception
Definition at line 425 of file XrdClOperationHandlers.hh.