Esri Geoportal Server
1.0

com.esri.gpt.catalog.search
Class SearchPointOptionsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.esri.gpt.framework.context.ApplicationException
              extended by com.esri.gpt.catalog.search.SearchException
                  extended by com.esri.gpt.catalog.search.SearchPointOptionsException
All Implemented Interfaces:
Serializable

public class SearchPointOptionsException
extends SearchException

The Class SearchPointOptionsException. Exception thrown when more information is needed by a search engine in order for it to be able to consume the URL.

See Also:
Serialized Form

Constructor Summary
SearchPointOptionsException(String errorMessage, SearchPointOptions searchPointOptions, ASearchEngine engine)
          Instantiates a new search point options exception.
 
Method Summary
 ASearchEngine getSearchEngine()
          Gets the search engine.
 SearchPointOptions getSearchPointOptions()
          Gets the search point options.
 
Methods inherited from class com.esri.gpt.catalog.search.SearchException
getHasUserMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SearchPointOptionsException

public SearchPointOptionsException(String errorMessage,
                                   SearchPointOptions searchPointOptions,
                                   ASearchEngine engine)
Instantiates a new search point options exception.

Parameters:
errorMessage - the error message
searchPointOptions - the search point options (could be null)
engine - the engine (could be null)
Method Detail

getSearchPointOptions

public SearchPointOptions getSearchPointOptions()
Gets the search point options.

Returns:
the search point options (could be null)

getSearchEngine

public ASearchEngine getSearchEngine()
Gets the search engine.

Returns:
the search engine (could be null)

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.