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