![]() |
XRootD
|
Pipeline exception, wrapps an XRootDStatus. More...
#include <XrdClOperationHandlers.hh>
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 400 of file XrdClOperationHandlers.hh.
|
inline |
Constructor from XRootDStatus.
Definition at line 407 of file XrdClOperationHandlers.hh.
Referenced by PipelineException(), and operator=().
|
inline |
Copy constructor.
Definition at line 415 of file XrdClOperationHandlers.hh.
References PipelineException().
|
inline |
Definition at line 441 of file XrdClOperationHandlers.hh.
Referenced by DoStat().
|
inline |
Assigment operator.
Definition at line 423 of file XrdClOperationHandlers.hh.
References PipelineException().
|
inlinenoexcept |
inherited from std::exception
Definition at line 433 of file XrdClOperationHandlers.hh.