Class ResolverException

  • All Implemented Interfaces:
    Serializable

    public class ResolverException
    extends Exception
    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:
    Serialized Form
    • Constructor Detail

      • ResolverException

        public ResolverException​(String msg,
                                 Throwable cause)
      • ResolverException

        public ResolverException​(org.eclipse.core.runtime.IStatus status)
    • Method Detail

      • getDetails

        public String getDetails()
      • getSelectionContext

        public String getSelectionContext()