SuperNN  1.0.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 69 of file utils.hpp.

Constructor & Destructor Documentation

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

Definition at line 73 of file utils.hpp.

Member Function Documentation

ErrorType SuperNN::Exception::type ( )
inline

Definition at line 82 of file utils.hpp.

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

Definition at line 77 of file utils.hpp.