public class DuplicateOptionError extends ParsingError
| Constructor and Description |
|---|
DuplicateOptionError(int lineNo,
String sectionName,
String optionName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getMessage() |
String |
getOptionName() |
String |
getSectionName() |
int |
hashCode() |
getLineNopublic boolean equals(Object obj)
equals in class ParsingErrorpublic String getMessage()
getMessage in class ParsingErrorpublic String getOptionName()
public String getSectionName()
public int hashCode()
hashCode in class ParsingErrorCopyright © 2016. All rights reserved.