public class SettingsBuildingException
extends java.lang.Exception
getProblems() to
query the details of the failure.| Constructor and Description |
|---|
SettingsBuildingException(java.util.List<SettingsProblem> problems)
Creates a new exception with the specified problems.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SettingsProblem> |
getProblems()
Gets the problems that caused this exception.
|
public SettingsBuildingException(java.util.List<SettingsProblem> problems)
problems - The problems that causes this exception, may be null.public java.util.List<SettingsProblem> getProblems()
null.