Class OutOfRangeVarArray

Inheritance Relationships

Base Type

  • public flamegpu::FLAMEGPUException

Class Documentation

class OutOfRangeVarArray : public flamegpu::FLAMEGPUException

Defines a type of object to be thrown as exception. It reports errors that are due to accessing outside of the bounds of an array variable

Public Functions

explicit OutOfRangeVarArray(const char *format = "Index is out of range of the array variable")