internal_exception Class Reference

#include <exceptions.hh>

Inheritance diagram for internal_exception:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 internal_exception (Prolog_term_ref t)
virtual ~internal_exception ()
virtual Prolog_term_ref term () const

Private Attributes

Prolog_term_ref tr


Detailed Description

Definition at line 23 of file exceptions.hh.


Constructor & Destructor Documentation

internal_exception::internal_exception ( Prolog_term_ref  t  )  [inline, explicit]

Definition at line 28 of file exceptions.hh.

00029     : tr(t) {
00030   }

virtual internal_exception::~internal_exception (  )  [inline, virtual]

Definition at line 32 of file exceptions.hh.

00032                                 {
00033   }


Member Function Documentation

virtual Prolog_term_ref internal_exception::term (  )  const [inline, virtual]

Definition at line 35 of file exceptions.hh.

References tr.

Referenced by handle_exception().

00035                                        {
00036     return tr;
00037   }


Member Data Documentation

Definition at line 25 of file exceptions.hh.

Referenced by term().


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

Generated on Wed Jul 16 22:55:36 2008 for PPL by  doxygen 1.5.6