Vcsn  2.2
Be Rational
vcsn::path::invalid_path Class Reference

Exception thrown on invalid path. More...

#include <path.hh>

Inheritance diagram for vcsn::path::invalid_path:
Collaboration diagram for vcsn::path::invalid_path:

Public Member Functions

 invalid_path (const std::string &msg)
 
const charwhat () const throw ()
 
virtual ~invalid_path () throw ()
 

Private Attributes

std::string msg_
 

Detailed Description

Exception thrown on invalid path.

Definition at line 25 of file path.hh.

Constructor & Destructor Documentation

vcsn::path::invalid_path::invalid_path ( const std::string &  msg)
inline

Definition at line 20 of file path.hxx.

vcsn::path::invalid_path::~invalid_path ( )
throw (
)
inlinevirtual

Definition at line 32 of file path.hxx.

Member Function Documentation

const char * vcsn::path::invalid_path::what ( ) const
throw (
)
inline

Definition at line 26 of file path.hxx.

Member Data Documentation

std::string vcsn::path::invalid_path::msg_
private

Definition at line 32 of file path.hh.


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