Class SettingsBuildingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.settings.building.SettingsBuildingException
- All Implemented Interfaces:
- Serializable
Deprecated.
Signals one or more errors during settings building. The settings builder tries to collect as many problems as
 possible before eventually failing to provide callers with rich error information. Use 
getProblems() to
 query the details of the failure.- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionSettingsBuildingException(List<SettingsProblem> problems) Deprecated.Creates a new exception with the specified problems.
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.Gets the problems that caused this exception.Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
SettingsBuildingExceptionDeprecated.Creates a new exception with the specified problems.- Parameters:
- problems- The problems that cause this exception, may be- null.
 
 
- 
- 
Method Details- 
getProblemsDeprecated.Gets the problems that caused this exception.- Returns:
- The problems that caused this exception, never null.
 
 
- 
SettingsBuilderinstead