public class ToolchainsBuildingException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
private java.util.List<Problem> |
problems |
Constructor and Description |
---|
ToolchainsBuildingException(java.util.List<Problem> problems)
Creates a new exception with the specified problems.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Problem> |
getProblems()
Gets the problems that caused this exception.
|
private static java.lang.String |
toMessage(java.util.List<Problem> problems) |
private final java.util.List<Problem> problems
public ToolchainsBuildingException(java.util.List<Problem> problems)
problems
- The problems that causes this exception, must not be null
.