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

#include <exception.h>

Inheritance diagram for UndefinedFunction:
Inheritance graph
Collaboration diagram for UndefinedFunction:
Collaboration graph

Public Member Functions

 UndefinedFunction ()
 
- 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 56 of file exception.h.

Constructor & Destructor Documentation

◆ UndefinedFunction()

UndefinedFunction::UndefinedFunction ( )
inline

Definition at line 58 of file exception.h.

58 : ParseException("call of undefined function") { }
ParseException(const char *m)
Definition: exception.h:14

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