Class ToolchainsBuildingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.toolchain.building.ToolchainsBuildingException
-
- All Implemented Interfaces:
java.io.Serializable
public class ToolchainsBuildingException extends java.lang.Exception
- Since:
- 3.3.0
- Author:
- Robert Scholte
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ToolchainsBuildingException(java.util.List<org.apache.maven.building.Problem> problems)
Creates a new exception with the specified problems.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<org.apache.maven.building.Problem>
getProblems()
Gets the problems that caused this exception.
-