Class 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.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ToolchainsBuildingException

        public ToolchainsBuildingException​(java.util.List<org.apache.maven.building.Problem> problems)
        Creates a new exception with the specified problems.
        Parameters:
        problems - The problems that causes this exception, must not be null.
    • Method Detail

      • getProblems

        public java.util.List<org.apache.maven.building.Problem> getProblems()
        Gets the problems that caused this exception.
        Returns:
        The problems that caused this exception, never null.