Open SiteSearch 4.1.1
Final

ORG.oclc.db
Class PartialResults

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--ORG.oclc.db.PartialResults

public class PartialResults
extends Throwable

See Also:
Serialized Form

Constructor Summary
PartialResults()
           
 
Method Summary
 void addDiagnostics(PartialResults p)
          Combine another PartialResults with this partialResults.
 Stack getDiagnostics()
           
 Object returnCode()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PartialResults

public PartialResults()
Method Detail

returnCode

public Object returnCode()
Returns:
returnCode

getDiagnostics

public Stack getDiagnostics()
Returns:
diagnostics

addDiagnostics

public void addDiagnostics(PartialResults p)
Combine another PartialResults with this partialResults.
Parameters:
p - other PartialResults to add to this one

Open SiteSearch 4.1.1
Final