Piethon  1.0
A Python-like interpreter using flex and bison.
Public Member Functions | List of all members
ModByZero Class Reference

#include <exception.h>

Inheritance diagram for ModByZero:
Inheritance graph
Collaboration diagram for ModByZero:
Collaboration graph

Public Member Functions

 ModByZero ()
 
- 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
 

Detailed Description

Definition at line 26 of file exception.h.

Constructor & Destructor Documentation

◆ ModByZero()

ModByZero::ModByZero ( )
inline

Definition at line 28 of file exception.h.

28 : ParseException("mod by zero") { }
ParseException(const char *m)
Definition: exception.h:14

The documentation for this class was generated from the following file: