com.plumtree.portaluiinfrastructure.search.exceptions
Class ArgumentBoundsException

java.lang.Object
  extended by XPException
      extended by com.plumtree.portaluiinfrastructure.search.SearchModelException
          extended by com.plumtree.portaluiinfrastructure.search.exceptions.ArgumentBoundsException

public class ArgumentBoundsException
extends SearchModelException

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


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

Constructor Detail

ArgumentBoundsException

public ArgumentBoundsException(java.lang.String arg,
                               int value)
Creates a new ArgumentBoundsException object.

Parameters:
arg -
value -



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