xrootd
|
Pipeline exception, wrapps an XRootDStatus. More...
#include <XrdClOperationHandlers.hh>
Public Member Functions | |
PipelineException (const XRootDStatus &error) | |
Constructor from XRootDStatus. More... | |
PipelineException (const PipelineException &ex) | |
Copy constructor. More... | |
PipelineException & | operator= (const PipelineException &ex) |
Assigment operator. More... | |
const char * | what () const noexcept |
inherited from std::exception More... | |
const XRootDStatus & | GetError () const |
Private Attributes | |
XRootDStatus | error |
the XRootDStatus associated with this exception More... | |
Pipeline exception, wrapps an XRootDStatus.
|
inline |
Constructor from XRootDStatus.
|
inline |
Copy constructor.
|
inline |
|
inline |
Assigment operator.
References error.
|
inlinenoexcept |
inherited from std::exception
References error, and XrdCl::Status::ToString().
|
private |
the XRootDStatus associated with this exception
Referenced by GetError(), operator=(), and what().