non_linear Class Reference

#include <exceptions.hh>

Inheritance diagram for non_linear:

Inheritance graph
[legend]
Collaboration diagram for non_linear:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 non_linear (const char *s, Prolog_term_ref t)
const char * where () const

Private Attributes

const char * w


Detailed Description

Definition at line 56 of file exceptions.hh.


Constructor & Destructor Documentation

non_linear::non_linear ( const char *  s,
Prolog_term_ref  t 
) [inline, explicit]

Definition at line 61 of file exceptions.hh.

00062     : internal_exception(t), w(s) {
00063   }


Member Function Documentation

const char* non_linear::where (  )  const [inline]

Definition at line 65 of file exceptions.hh.

References w.

Referenced by handle_exception().

00065                             {
00066     return w;
00067   }


Member Data Documentation

const char* non_linear::w [private]

Definition at line 58 of file exceptions.hh.

Referenced by where().


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