Class ToolchainsBuildingException

    • Constructor Detail

      • 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 Detail

      • getProblems

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