SHOGUN  4.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
List of all members | Public Member Functions
ShogunException Class Reference

Detailed Description

Class ShogunException defines an exception which is thrown whenever an error inside of shogun occurs.

Definition at line 21 of file ShogunException.h.

Public Member Functions

 ShogunException (const char *str)
 
 ShogunException (const ShogunException &orig)
 
virtual ~ShogunException ()
 
const char * get_exception_string ()
 

Constructor & Destructor Documentation

ShogunException ( const char *  str)

constructor

Parameters
strexception string

Definition at line 35 of file ShogunException.cpp.

ShogunException ( const ShogunException orig)

copy constructor

Parameters
origsource object

Definition at line 44 of file ShogunException.cpp.

~ShogunException ( )
virtual

destructor

Definition at line 47 of file ShogunException.cpp.

Member Function Documentation

const char* get_exception_string ( )

get exception string

Returns
the exception string

Definition at line 46 of file ShogunException.h.


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

SHOGUN Machine Learning Toolbox - Documentation