Plumtree Portal UI  
 

SearchModelException Class

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.

For a list of all members of this type, see SearchModelException Members.

System.Object
   System.Exception
      com.plumtree.openfoundation.util.XPException
         com.plumtree.portaluiinfrastructure.search.SearchModelException
            com.plumtree.portaluiinfrastructure.search.exceptions.ArgumentBoundsException
            com.plumtree.portaluiinfrastructure.search.exceptions.NotAdvancedSearchException
            com.plumtree.portaluiinfrastructure.search.exceptions.NotInitializedException

public class SearchModelException : XPException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.portaluiinfrastructure.search

Assembly: portaluiinfrastructure (in portaluiinfrastructure.dll)

See Also

SearchModelException Members | com.plumtree.portaluiinfrastructure.search Namespace