Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  
Public Member Functions

GoKomi::InvalidKomi Class Reference

Exception thrown if komi is constructed with invalid value. More...

#include <GoKomi.h>

Inheritance diagram for GoKomi::InvalidKomi:
Inheritance graph
[legend]

List of all members.

Public Member Functions

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

Detailed Description

Exception thrown if komi is constructed with invalid value.

Definition at line 19 of file GoKomi.h.


Constructor & Destructor Documentation

GoKomi::InvalidKomi::InvalidKomi ( float  komi  ) 

Constructor.

Parameters:
komi The invalid komi value.

Definition at line 27 of file GoKomi.cpp.

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

Constructor.

Parameters:
komi The invalid komi value.

Definition at line 32 of file GoKomi.cpp.


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


Sun Mar 13 2011 Doxygen 1.7.1