Package org.eclipse.tycho.artifacts
Class DependencyResolutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.tycho.core.shared.BuildFailureException
-
- org.eclipse.tycho.artifacts.DependencyResolutionException
-
- All Implemented Interfaces:
Serializable
public class DependencyResolutionException extends BuildFailureException
Exception thrown when a dependency of a project cannot be resolved.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DependencyResolutionException(String message)
DependencyResolutionException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-