public class SettingsBuildingException
extends java.lang.Exception
getProblems() to
query the details of the failure.| Modifier and Type | Field and Description |
|---|---|
private java.util.List<SettingsProblem> |
problems |
| 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.
|
private static java.lang.String |
toMessage(java.util.List<SettingsProblem> problems) |
private final java.util.List<SettingsProblem> problems
public SettingsBuildingException(java.util.List<SettingsProblem> problems)
problems - The problems that causes this exception, may be null.public java.util.List<SettingsProblem> getProblems()
null.private static java.lang.String toMessage(java.util.List<SettingsProblem> problems)