Class ToolchainsBuildingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.toolchain.building.ToolchainsBuildingException
- All Implemented Interfaces:
Serializable
- Since:
- 3.3.0
- Author:
- Robert Scholte
- See Also:
-
Constructor Summary
ConstructorDescriptionToolchainsBuildingException
(List<Problem> problems) Creates a new exception with the specified problems. -
Method Summary
Modifier and TypeMethodDescriptionGets the problems that caused this exception.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ToolchainsBuildingException
Creates a new exception with the specified problems.- Parameters:
problems
- The problems that causes this exception, must not benull
.
-
-
Method Details
-
getProblems
Gets the problems that caused this exception.- Returns:
- The problems that caused this exception, never
null
.
-