Tawara  0.1.0
tawara::ValueOutOfRange Struct Reference

A child element's value was set outside the allowable range. More...

#include <tawara/exceptions.h>

Inheritance diagram for tawara::ValueOutOfRange:
Inheritance graph
[legend]
Collaboration diagram for tawara::ValueOutOfRange:
Collaboration graph
[legend]

Detailed Description

A child element's value was set outside the allowable range.

Often, child elements will have an allowable range of values, such as not zero or positive integers. This error occurs when a child element's value is set outside its allowable range. See the Tawara format specification for the allowable range of each element.

The err_id tag may be included to give the ID of the bad child element.

The err_par_id tag may be included to give the ID of the parent element.

The err_pos tag may be included to give the approximate position in the file where the error occured.

Definition at line 281 of file exceptions.h.


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