Public Member Functions | Private Attributes

Repository::NotFound Class Reference

Exception thrown by get() when a DataSet is not found. More...

#include <Repository.h>

Inherits exception::RuntimeError.

List of all members.

Public Member Functions

 NotFound (string name)
const string & getName () const

Private Attributes

const string name_

Detailed Description

Exception thrown by get() when a DataSet is not found.