spot  1.1.4
Public Member Functions | Private Attributes | List of all members
spot::gspn_exception Class Reference

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

#include <gspn/common.hh>

Collaboration diagram for spot::gspn_exception:
Collaboration graph

Public Member Functions

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

Private Attributes

int err_
 
std::string where_
 

Detailed Description

An exception used to forward GSPN errors.

Constructor & Destructor Documentation

spot::gspn_exception::gspn_exception ( const std::string &  where,
int  err 
)
inline

Member Function Documentation

int spot::gspn_exception::get_err ( ) const
inline

References err_.

std::string spot::gspn_exception::get_where ( ) const
inline

References where_.

Member Data Documentation

int spot::gspn_exception::err_
private

Referenced by get_err().

std::string spot::gspn_exception::where_
private

Referenced by get_where().


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

Please direct any question, comment, or bug report to the Spot mailing list at spot@lrde.epita.fr.
Generated on Mon Jul 29 2013 00:27:27 for spot by doxygen 1.8.4