public class InterpolationMissingOptionError extends ParsingError
| Constructor and Description |
|---|
InterpolationMissingOptionError(int lineNo,
String option,
String section,
String value,
String missingOption) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getMessage() |
String |
getMissingOption() |
String |
getOptionName() |
String |
getSectionName() |
String |
getValue() |
int |
hashCode() |
getLineNopublic boolean equals(Object obj)
equals in class ParsingErrorpublic String getMessage()
getMessage in class ParsingErrorpublic String getOptionName()
public String getSectionName()
public String getValue()
public String getMissingOption()
public int hashCode()
hashCode in class ParsingErrorCopyright © 2016. All rights reserved.