#include <exceptions.hh>
Public Member Functions | |
non_linear (const char *s, Prolog_term_ref t) | |
const char * | where () const |
Private Attributes | |
const char * | w |
Definition at line 56 of file exceptions.hh.
non_linear::non_linear | ( | const char * | s, | |
Prolog_term_ref | t | |||
) | [inline, explicit] |
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 }
const char* non_linear::w [private] |