|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.esri.gpt.framework.context.ApplicationException com.esri.gpt.catalog.search.SearchException com.esri.gpt.catalog.search.SearchPointOptionsException
public class SearchPointOptionsException
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.
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 |
---|
public SearchPointOptionsException(String errorMessage, SearchPointOptions searchPointOptions, ASearchEngine engine)
errorMessage
- the error messagesearchPointOptions
- the search point options (could be null)engine
- the engine (could be null)Method Detail |
---|
public SearchPointOptions getSearchPointOptions()
public ASearchEngine getSearchEngine()
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |