public class ToolchainsBuildingException
extends java.lang.Exception
| Constructor and Description |
|---|
ToolchainsBuildingException(java.util.List<org.apache.maven.building.Problem> problems)
Creates a new exception with the specified problems.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.apache.maven.building.Problem> |
getProblems()
Gets the problems that caused this exception.
|