Tide 0.1.0

tide::ValueOutOfRange Struct Reference

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

#include <tide/exceptions.h>

Inheritance diagram for tide::ValueOutOfRange:
Inheritance graph
[legend]
Collaboration diagram for tide::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 Tide 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 270 of file exceptions.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines