com.plumtree.portaluiinfrastructure.search
Class SearchExecutionError

java.lang.Object
  extended by XPException
      extended by com.plumtree.portaluiinfrastructure.search.SearchExecutionException
          extended by com.plumtree.portaluiinfrastructure.search.SearchExecutionError
Direct Known Subclasses:
CacheFlushedException, EmptyQueryException, EndsInOperatorsException, Error6321Exception, InappropriateOperatorException, InsufficientWildcardCharactersException, InvalidArgumentException, NoSearchServerException, QueryParseException, SearchSaveFailed, SocketTimeoutException, TooManyRightParensException, TwoOperatorsException

public class SearchExecutionError
extends SearchExecutionException

SearchExecutionError indicates an error that occurred while a search was running, for example, a missing search server.


Constructor Summary
SearchExecutionError(java.lang.String msg)
          Creates a new SearchExecutionError object.
 
Method Summary
 HTMLComment GetComment()
          Used by subclasses to return un-internationalized error messsages as HTML comments.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchExecutionError

public SearchExecutionError(java.lang.String msg)
Creates a new SearchExecutionError object.

Parameters:
msg -
Method Detail

GetComment

public HTMLComment GetComment()
Used by subclasses to return un-internationalized error messsages as HTML comments. See Error6321Exception.




Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.