Graine
Génération procédurale de créatures et apprentissage par réseaux de neurones.
Public Member Functions | List of all members
NotSameStructException Class Reference

#include <NotSameStructException.hpp>

Inheritance diagram for NotSameStructException:
Inheritance graph
[legend]
Collaboration diagram for NotSameStructException:
Collaboration graph
[legend]

Public Member Functions

 NotSameStructException (string const &phrase="") throw ()
 
virtual ~NotSameStructException () throw ()
 
virtual const char * what () const throw ()
 

Constructor & Destructor Documentation

NotSameStructException::NotSameStructException ( string const &  message = "")
throw (
)
Exceptions
<NotSameStructException>{Exception thrown when the structure of the father is not the same as the structure of the mother NeuralNetwork when trying to generate a new NeuralNetwork}
NotSameStructException::~NotSameStructException ( )
throw (
)
virtual

Member Function Documentation

const char * NotSameStructException::what ( ) const
throw (
)
virtual

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