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