public interface IWarningsContainer
Modifier and Type | Method and Description |
---|---|
boolean |
areWarnings()
This method return true if there aren't warnings else returns false
|
BaseException |
getElement(int index,
ListBaseException war)
This method returns a warning from the list
|
ListBaseException |
getWarningList()
This method return the list of warnings parsing the file
|
void |
setElement(BaseException war)
This method inserts a new warning into the list
|
void |
setWarningList(ListBaseException war)
This method inserts a new warning list
|
boolean areWarnings()
ListBaseException getWarningList()
void setElement(BaseException war)
BaseException getElement(int index, ListBaseException war)
void setWarningList(ListBaseException war)