Basic HPSS interaction exception. More...
#include <HPSSBridge.h>
Public Member Functions | |
int | getErrorcode () |
std::string | getErrormessage () |
void | setErrorcode (int e) |
void | setErrorMessage (std::string s) |
Private Attributes | |
int | Errorcode |
std::string | Errormessage |
Basic HPSS interaction exception.
int treqs::HPSSError::getErrorcode | ( | ) |
std::string treqs::HPSSError::getErrormessage | ( | ) |
void treqs::HPSSError::setErrorcode | ( | int | e | ) |
void treqs::HPSSError::setErrorMessage | ( | std::string | s | ) |
int treqs::HPSSError::Errorcode [private] |
std::string treqs::HPSSError::Errormessage [private] |