public class SettingsBuildingException extends Exception
getProblems()
to
query the details of the failure.Constructor and Description |
---|
SettingsBuildingException(List<SettingsProblem> problems)
Creates a new exception with the specified problems.
|
Modifier and Type | Method and Description |
---|---|
List<SettingsProblem> |
getProblems()
Gets the problems that caused this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SettingsBuildingException(List<SettingsProblem> problems)
problems
- The problems that causes this exception, may be null
.public List<SettingsProblem> getProblems()
null
.Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.