Class ResolverException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.tycho.p2.util.resolution.ResolverException
- All Implemented Interfaces:
Serializable
Exception thrown by Tycho's p2 resolution implementations. It is a checked exception to encourage
that the error is logged with context information about the action requiring the resolution.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResolverException(String msg, Throwable cause) ResolverException(org.eclipse.core.runtime.IStatus status) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResolverException
-
ResolverException
public ResolverException(org.eclipse.core.runtime.IStatus status)
-
-
Method Details
-
getDetails
-
getSelectionContext
-