bing.results
Class BingError

java.lang.Object
  extended by bing.results.BingResult
      extended by bing.results.BingError

public class BingError
extends BingResult

Represents error that was returned by the Bing service.


Constructor Summary
BingError(java.util.Hashtable dict)
           
 
Method Summary
 long getCode()
           
 java.lang.String getHelpUrl()
           
 java.lang.String getMessage()
           
 java.lang.String getParameter()
           
 java.lang.String getSourceType()
           
 long getSourceTypeErrorCode()
           
 java.lang.String getValue()
           
 
Methods inherited from class bing.results.BingResult
add, hashCode
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BingError

public BingError(java.util.Hashtable dict)
Method Detail

getCode

public long getCode()

getMessage

public java.lang.String getMessage()

getHelpUrl

public java.lang.String getHelpUrl()

getParameter

public java.lang.String getParameter()

getSourceType

public java.lang.String getSourceType()

getSourceTypeErrorCode

public long getSourceTypeErrorCode()

getValue

public java.lang.String getValue()