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