Class ToolchainsBuildingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.toolchain.building.ToolchainsBuildingException
- All Implemented Interfaces:
- Serializable
- Since:
- 3.3.0
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionToolchainsBuildingException(List<Problem> problems) Creates a new exception with the specified problems.
- 
Method SummaryModifier and TypeMethodDescriptionGets 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- 
ToolchainsBuildingExceptionCreates a new exception with the specified problems.- Parameters:
- problems- The problems that cause this exception, must not be- null.
 
 
- 
- 
Method Details- 
getProblemsGets the problems that caused this exception.- Returns:
- The problems that caused this exception, never null.
 
 
-