dd.api
Class DDQueryResultNoMatch

java.lang.Object
  |
  +--dd.api.DDQueryResultNoMatch
All Implemented Interfaces:
DDQueryResult

public class DDQueryResultNoMatch
extends Object
implements DDQueryResult

A result indicating that the given DD tag does not satisfy the given query.

Version:
$Id: DDQueryResultNoMatch.java,v 1.2 2004/04/06 07:12:08 hweather Exp $
Author:
Sean C. Rhea
See Also:
DDQuery, DDQueryState, DDQueryResult, DDQueryResultMatch, DDLocateMsg, DDLocateFailure

Constructor Summary
DDQueryResultNoMatch()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDQueryResultNoMatch

public DDQueryResultNoMatch()