public class DamagedHomeRecorderException extends RecorderException
Constructor and Description |
---|
DamagedHomeRecorderException(Home damagedHome,
java.util.List<Content> invalidContent)
Creates an exception for the given damaged home with the invalid content it may contains.
|
DamagedHomeRecorderException(Home damagedHome,
java.util.List<Content> invalidContent,
java.lang.String message)
Creates an exception for the given damaged home with the invalid content it may contains.
|
Modifier and Type | Method and Description |
---|---|
Home |
getDamagedHome()
Returns the damaged home containing some possible invalid content.
|
java.util.List<Content> |
getInvalidContent()
Returns the invalid content in the damaged home.
|
public DamagedHomeRecorderException(Home damagedHome, java.util.List<Content> invalidContent)
public Home getDamagedHome()
public java.util.List<Content> getInvalidContent()
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License