GridComputing
Job Management in Grid Computing
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
UnknownGrid Class Reference

UnknownGrid Exception. More...

#include <gridnetwork.h>

Inheritance diagram for UnknownGrid:

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.
 

Detailed Description

UnknownGrid Exception.

Exception thrown by GridNetwork when a Grid could not be found

Constructor & Destructor Documentation

UnknownGrid::UnknownGrid ( const std::string &  name)

Constructor.

Member Function Documentation

const std::string& UnknownGrid::GetUnknownName ( ) const

Return name that was not found.

Member Data Documentation

std::string UnknownGrid::_name
private

Not found name.


The documentation for this class was generated from the following file: