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