Plumtree Portal UI  
 

NotInitializedException Class

NotInitializedException indicates that one of the get() accessor methods was called on a search result before any search was run.

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

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

public class NotInitializedException : SearchModelException

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.exceptions

Assembly: portaluiinfrastructure (in portaluiinfrastructure.dll)

See Also

NotInitializedException Members | com.plumtree.portaluiinfrastructure.search.exceptions Namespace