#include <exceptions.hh>
Public Member Functions | |
internal_exception (Prolog_term_ref t) | |
virtual | ~internal_exception () |
virtual Prolog_term_ref | term () const |
Private Attributes | |
Prolog_term_ref | tr |
Definition at line 23 of file exceptions.hh.
internal_exception::internal_exception | ( | Prolog_term_ref | t | ) | [inline, explicit] |
virtual internal_exception::~internal_exception | ( | ) | [inline, virtual] |
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 }
Prolog_term_ref internal_exception::tr [private] |