Class ToolchainsBuildingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.toolchain.building.ToolchainsBuildingException
All Implemented Interfaces:
Serializable

public class ToolchainsBuildingException extends Exception
Since:
3.3.0
Author:
Robert Scholte
See Also:
  • Constructor Details

    • ToolchainsBuildingException

      public ToolchainsBuildingException(List<Problem> problems)
      Creates a new exception with the specified problems.
      Parameters:
      problems - The problems that causes this exception, must not be null.
  • Method Details

    • getProblems

      public List<Problem> getProblems()
      Gets the problems that caused this exception.
      Returns:
      The problems that caused this exception, never null.