public class IniParserException extends IOException
| Constructor and Description |
|---|
IniParserException(List<ParsingError> parsingErrors) |
| Modifier and Type | Method and Description |
|---|---|
List<ParsingError> |
getParsingErrors() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IniParserException(List<ParsingError> parsingErrors)
public List<ParsingError> getParsingErrors()
Copyright © 2016. All rights reserved.