SHOGUN  v1.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
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 19 of file ShogunException.h.

List of all members.

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 44 of file ShogunException.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

SHOGUN Machine Learning Toolbox - Documentation