Public Member Functions | Private Attributes

spot::nips_exception Class Reference

An exception used to forward NIPS errors. More...

#include <nips/common.hh>

List of all members.

Public Member Functions

 nips_exception (const std::string &where, int err)
 nips_exception (const std::string &where)
int get_err () const
std::string get_where () const
int get_err_defined () const

Private Attributes

int err_
std::string where_
bool err_defined_

Detailed Description

An exception used to forward NIPS errors.


Constructor & Destructor Documentation

spot::nips_exception::nips_exception ( const std::string &  where,
int  err 
) [inline]
spot::nips_exception::nips_exception ( const std::string &  where  )  [inline]

Member Function Documentation

int spot::nips_exception::get_err (  )  const [inline]

References err_.

int spot::nips_exception::get_err_defined (  )  const [inline]

References err_defined_.

std::string spot::nips_exception::get_where (  )  const [inline]

References where_.


Member Data Documentation

Referenced by get_err().

Referenced by get_err_defined().

std::string spot::nips_exception::where_ [private]

Referenced by get_where().


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

Please comment this page and report errors about it on the RefDocComments page.
Generated on Mon Feb 7 2011 14:29:31 for spot by doxygen 1.7.1