Interface ThrowingResolution
- All Superinterfaces:
Resolution
Resolution of an exception being thrown.
- Author:
- Matt Coley
-
Method Summary
Methods inherited from interface software.coley.sourcesolver.resolve.result.Resolution
isUnknown
-
Method Details
-
matches
- Specified by:
matchesin interfaceResolution- Parameters:
other- Other resolution to check against.- Returns:
trueif the other resolution represents the same resolved content.
-