BadgerDB
/afs/cs.wisc.edu/u/n/w/nwilliam/private/workspace/Quut/src/exceptions/index_already_exists_exception.h
00001 
00008 #pragma once
00009 
00010 #include <string>
00011 
00012 #include "badgerdb_exception.h"
00013 
00014 namespace badgerdb {
00015 
00020 class IndexAlreadyExistsException: public BadgerDbException {
00021  public:
00025   IndexAlreadyExistsException();
00026 };
00027 
00028 }
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends