public class ToolchainsBuildingException extends Exception
| Constructor and Description |
|---|
ToolchainsBuildingException(List<org.apache.maven.building.Problem> problems)
Creates a new exception with the specified problems.
|
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.maven.building.Problem> |
getProblems()
Gets the problems that caused this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ToolchainsBuildingException(List<org.apache.maven.building.Problem> problems)
problems - The problems that causes this exception, must not be null.public List<org.apache.maven.building.Problem> getProblems()
null.Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.