Interface ThrowingResolution

All Superinterfaces:
Resolution

public non-sealed interface ThrowingResolution extends Resolution
Resolution of an exception being thrown.
Author:
Matt Coley
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
     

    Methods inherited from interface software.coley.sourcesolver.resolve.result.Resolution

    isUnknown
  • Method Details

    • matches

      default boolean matches(@Nonnull Resolution other)
      Specified by:
      matches in interface Resolution
      Parameters:
      other - Other resolution to check against.
      Returns:
      true if the other resolution represents the same resolved content.