iRoCS Toolbox  1.1.0
Public Member Functions | Protected Attributes
svt::SVMError Class Reference

The SVMError class is the parent class for all errors that are thrown by the LIBSVMTL. More...

#include <SVMError.hh>

Inheritance diagram for svt::SVMError:
Collaboration diagram for svt::SVMError:

Public Member Functions

 SVMError ()
 
 SVMError (const SVMError &copy)
 
virtual ~SVMError () throw ()
 
template<typename T >
SVMErroroperator<< (const T &data)
 
virtual const char * what () const throw ()
 

Protected Attributes

std::string pMessage
 

Detailed Description

The SVMError class is the parent class for all errors that are thrown by the LIBSVMTL.

Definition at line 90 of file SVMError.hh.

Constructor & Destructor Documentation

◆ SVMError() [1/2]

svt::SVMError::SVMError ( )
inline

Definition at line 93 of file SVMError.hh.

◆ SVMError() [2/2]

svt::SVMError::SVMError ( const SVMError copy)
inline

Definition at line 96 of file SVMError.hh.

◆ ~SVMError()

virtual svt::SVMError::~SVMError ( )
throw (
)
inlinevirtual

Definition at line 102 of file SVMError.hh.

Member Function Documentation

◆ operator<<()

template<typename T >
SVMError& svt::SVMError::operator<< ( const T &  data)
inline

Definition at line 108 of file SVMError.hh.

◆ what()

virtual const char* svt::SVMError::what ( ) const
throw (
)
inlinevirtual

Definition at line 116 of file SVMError.hh.

Field Documentation

◆ pMessage

std::string svt::SVMError::pMessage
protected

Definition at line 122 of file SVMError.hh.

Referenced by operator<<(), and what().


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