Class DependencyInstallationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.blindpirate.gogradle.core.exceptions.DependencyInstallationException
-
- All Implemented Interfaces:
java.io.Serializable
public class DependencyInstallationException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DependencyInstallationException(java.lang.String message, java.lang.Exception cause)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DependencyInstallationExceptioncannotResetResolvedDependency(ResolvedDependency dependency, java.lang.Exception e)
-
-
-
Method Detail
-
cannotResetResolvedDependency
public static DependencyInstallationException cannotResetResolvedDependency(ResolvedDependency dependency, java.lang.Exception e)
-
-