SuperNN  0.7.0
Public Member Functions | List of all members
SuperNN::Exception Class Reference

The exception can be identified by the type() method. More...

Inheritance diagram for SuperNN::Exception:
Inheritance graph
[legend]

Public Member Functions

 Exception (ErrorType type=ERROR_GENERIC)
 
ErrorType type ()
 
const char * what () const throw ()
 

Detailed Description

The exception can be identified by the type() method.

Definition at line 59 of file utils.hpp.

Constructor & Destructor Documentation

SuperNN::Exception::Exception ( ErrorType  type = ERROR_GENERIC)
inline

Definition at line 63 of file utils.hpp.

Member Function Documentation

ErrorType SuperNN::Exception::type ( )
inline

Definition at line 72 of file utils.hpp.

const char* SuperNN::Exception::what ( ) const
throw (
)
inline

Definition at line 67 of file utils.hpp.