com.plumtree.portaluiinfrastructure.search
Class SearchModelException

java.lang.Object
  extended by XPException
      extended by com.plumtree.portaluiinfrastructure.search.SearchModelException
Direct Known Subclasses:
ArgumentBoundsException, NotAdvancedSearchException, NotInitializedException

public class SearchModelException
extends XPException

SearchModelException is the superclass of any exception that indicates improper usage of a class in com.plumtree.portaluiinfrastructure.search. It does NOT indicate user error or an external problem with the search server.


Constructor Summary
SearchModelException(java.lang.String msg)
          Creates a new SearchModelException object.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchModelException

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

Parameters:
msg -



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