#include <exceptions.hh>
Public Member Functions | |
Prolog_unsigned_out_of_range (Prolog_term_ref t, unsigned long max) | |
unsigned long | max () const |
Private Attributes | |
unsigned long | m |
Definition at line 40 of file exceptions.hh.
Prolog_unsigned_out_of_range::Prolog_unsigned_out_of_range | ( | Prolog_term_ref | t, | |
unsigned long | max | |||
) | [inline, explicit] |
unsigned long Prolog_unsigned_out_of_range::max | ( | ) | const [inline] |
Definition at line 50 of file exceptions.hh.
References m.
Referenced by handle_exception().
00050 { 00051 return m; 00052 }
unsigned long Prolog_unsigned_out_of_range::m [private] |