Plumtree Portal UI  
 

ArgumentBoundsException Class

ArgumentBoundsException indicates that an argument to a get() accessor method was out of range, e.g. getResultName(11) when only 10 results were returned

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

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

public class ArgumentBoundsException : 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

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