|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.maven.settings.building.SettingsBuildingException
public class SettingsBuildingException
Signals one ore 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.
Constructor Summary | |
---|---|
SettingsBuildingException(java.util.List<SettingsProblem> problems)
Creates a new exception with the specified problems. |
Method Summary | |
---|---|
java.util.List<SettingsProblem> |
getProblems()
Gets the problems that caused this exception. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SettingsBuildingException(java.util.List<SettingsProblem> problems)
problems
- The problems that causes this exception, may be null
.Method Detail |
---|
public java.util.List<SettingsProblem> getProblems()
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |