BALL::HashSet< Key >::IllegalKey Class Reference

#include <BALL/DATATYPE/hashSet.h>

Inheritance diagram for BALL::HashSet< Key >::IllegalKey:
BALL::Exception::GeneralException

List of all members.


Public Member Functions

 IllegalKey (const char *file, int line)

Detailed Description

template<class Key>
class BALL::HashSet< Key >::IllegalKey

Illegal key exception. Thrown if access to a non-existent key is required by the constant version of [] operator [] .


Constructor & Destructor Documentation

template<class Key>
BALL::HashSet< Key >::IllegalKey::IllegalKey ( const char *  file,
int  line 
) [inline]