| Package | Description |
|---|---|
| ca.szc.configparser.exceptions |
| Modifier and Type | Class and Description |
|---|---|
class |
DuplicateOptionError
Defines the location and information about a duplicate option
|
class |
DuplicateSectionError
Defines the location and information about a duplicate section
|
class |
InterpolationDepthError
This exception is thrown if a value has to be interpolated too many times.
|
class |
InterpolationMissingOptionError
This exception is thrown if the interpolation references a non-existent option.
|
class |
InterpolationSyntaxError
This exception is thrown if there is a syntax error in the value interpolation.
|
class |
InvalidLine
Defines the location and information about an invalid line
|
class |
MissingSectionHeaderError
Defines the location and information about a missing section header
|
| Modifier and Type | Method and Description |
|---|---|
List<ParsingError> |
IniParserException.getParsingErrors() |
| Constructor and Description |
|---|
IniParserException(List<ParsingError> parsingErrors) |
Copyright © 2016. All rights reserved.