Piethon
1.0
A Python-like interpreter using flex and bison.
|
#include <exception.h>
Public Member Functions | |
DivideByZero () | |
Public Member Functions inherited from ParseException | |
virtual int | getLineNumber () const |
virtual const char * | what () const throw () |
Additional Inherited Members | |
Protected Member Functions inherited from ParseException | |
ParseException (const char *m) | |
Protected Attributes inherited from ParseException | |
const char * | msg |
int | lineNumber |
Definition at line 20 of file exception.h.
|
inline |
Definition at line 22 of file exception.h.