GridComputing
Job Management in Grid Computing
|
UnknownGrid Exception. More...
#include <gridnetwork.h>
Public Member Functions | |
UnknownGrid (const std::string &name) | |
Constructor. | |
const std::string & | GetUnknownName () const |
Return name that was not found. | |
Private Attributes | |
std::string | _name |
Not found name. | |
UnknownGrid Exception.
Exception thrown by GridNetwork when a Grid could not be found
UnknownGrid::UnknownGrid | ( | const std::string & | name | ) |
Constructor.
const std::string& UnknownGrid::GetUnknownName | ( | ) | const |
Return name that was not found.
|
private |
Not found name.