EmptyIdException This Exception is thrown when the user tries to get information from a JobId which has not been initialized yet, i.e tries to use the get<field name> Methods.
More...
EmptyIdException This Exception is thrown when the user tries to get information from a JobId which has not been initialized yet, i.e tries to use the get<field name> Methods.
Member Function Documentation
EmptyIdException::EmptyIdException
(
const std::string &
file,
int
line,
const std::string &
method,
int
code,
const std::string &
field
)
Constructor.
Parameters:
file
- The source file which has generated the Exception
line
- The line number in the source file where the Exception has been thrown
method
- The Name of the method which has thrown the Exception
code
- The Code of the Error raised
field
- The Empty filed requested for
The documentation for this class was generated from the following file: