|
Piethon
1.0
A Python-like interpreter using flex and bison.
|
#include <exception.h>


Public Member Functions | |
| virtual int | getLineNumber () const |
| virtual const char * | what () const throw () |
Protected Member Functions | |
| ParseException (const char *m) | |
Protected Attributes | |
| const char * | msg |
| int | lineNumber |
Definition at line 8 of file exception.h.
|
inlineprotected |
Definition at line 14 of file exception.h.
|
virtual |
Definition at line 7 of file exception.cpp.
|
virtual | |||||||||||||
Definition at line 3 of file exception.cpp.
|
protected |
Definition at line 16 of file exception.h.
|
protected |
Definition at line 15 of file exception.h.
1.8.13