Class ToolchainsBuildingException

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

@Deprecated(since="4.0.0") public class ToolchainsBuildingException extends Exception
Deprecated.
since 4.0.0, use ToolchainsBuilder instead
Since:
3.3.0
See Also:
  • Constructor Details

    • ToolchainsBuildingException

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

    • getProblems

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