Class NotFound<T>

Object
org.anchoranalysis.annotation.io.image.findable.NotFound<T>
Type Parameters:
T - the object-type that may be found.
All Implemented Interfaces:
Findable<T>

public final class NotFound<T>
extends Object
implements Findable<T>
A negative-result when an object is not found at a particular location.
Author:
Owen Feehan