| Class | Description |
|---|---|
| DuplicateOptionError |
Defines the location and information about a duplicate option
|
| DuplicateSectionError |
Defines the location and information about a duplicate section
|
| InterpolationDepthError |
This exception is thrown if a value has to be interpolated too many times.
|
| InterpolationMissingOptionError |
This exception is thrown if the interpolation references a non-existent option.
|
| InterpolationSyntaxError |
This exception is thrown if there is a syntax error in the value interpolation.
|
| InvalidLine |
Defines the location and information about an invalid line
|
| MissingSectionHeaderError |
Defines the location and information about a missing section header
|
| ParsingError |
Defines the location of a parsing error
|
| Exception | Description |
|---|---|
| IniParserException |
Thrown when text read does not fit the configured INI format
|
| NoOptionError |
This exception is thrown when looking up a non-existant option from an interpolation.
|
| NoSectionError |
This exception is thrown when looking up a non-existant section from an interpolation.
|
Copyright © 2016. All rights reserved.