PhotoGENius V1.0.0
A basic library for generating photorealistic images, developed for the course Numerical techniques for photorealistic image generation.
Public Member Functions | Public Attributes | List of all members
PGENLib.GrammarErrorException Class Reference

An error found by the lexer/parser while reading a scene file. The fields of this type are the following:

Message a user-frendly error message
sourceLocation a sourceLocation object pointing out the name of the file, the line number and the column number where the error occured
More...

Inheritance diagram for PGENLib.GrammarErrorException:

Public Member Functions

 GrammarErrorException (string msg, SourceLocation sourceLocation)
 

Public Attributes

SourceLocation SourceLocation
 

Detailed Description

An error found by the lexer/parser while reading a scene file. The fields of this type are the following:

Message a user-frendly error message
sourceLocation a sourceLocation object pointing out the name of the file, the line number and the column number where the error occured

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