CEBL  2.1
Public Member Functions | Protected Attributes
TrainingException Class Reference

Training Exception. More...

#include <Exceptions.hpp>

Public Member Functions

 TrainingException (string message)
virtual ~TrainingException () throw ()
virtual const char * what () const throw ()

Protected Attributes

string message

Detailed Description

Training Exception.

Definition at line 191 of file Exceptions.hpp.


Constructor & Destructor Documentation

TrainingException::TrainingException ( string  message)
inline

Definition at line 197 of file Exceptions.hpp.

References message.

virtual TrainingException::~TrainingException ( ) throw ()
inlinevirtual

Definition at line 202 of file Exceptions.hpp.


Member Function Documentation

virtual const char* TrainingException::what ( ) const throw ()
inlinevirtual

Definition at line 204 of file Exceptions.hpp.

References message.


Field Documentation

string TrainingException::message
protected

Definition at line 194 of file Exceptions.hpp.

Referenced by TrainingException(), and what().


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