Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

GoKomi::InvalidKomi Class Reference

#include <GoKomi.h>

Inheritance diagram for GoKomi::InvalidKomi:

Inheritance graph
[legend]
List of all members.

Detailed Description

Exception thrown if komi is constructed with invalid value.

Definition at line 20 of file GoKomi.h.

Public Member Functions

 InvalidKomi (float komi)
 Constructor.
 InvalidKomi (const std::string &komi)
 Constructor.
const char * what () const


Constructor & Destructor Documentation

GoKomi::InvalidKomi::InvalidKomi ( float  komi  ) 

Constructor.

Parameters:
komi The invalid komi value.

Definition at line 28 of file GoKomi.cpp.

GoKomi::InvalidKomi::InvalidKomi ( const std::string &  komi  ) 

Constructor.

Parameters:
komi The invalid komi value.

Definition at line 33 of file GoKomi.cpp.


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


17 Jun 2010 Doxygen 1.4.7