com.plumtree.openfoundation.util
Class XPIndexOutOfBoundsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.plumtree.openfoundation.util.XPException
                  extended bycom.plumtree.openfoundation.util.XPIndexOutOfBoundsException
All Implemented Interfaces:
java.io.Serializable

public class XPIndexOutOfBoundsException
extends XPException

Thrown to indicate that an index of some sort (such as to an array, to a string, or to a vector) is out of range. Applications can subclass this class to indicate similar exceptions.

See Also:
Serialized Form

Constructor Summary
XPIndexOutOfBoundsException()
          Creates a new XPIndexOutOfBoundsException object.
XPIndexOutOfBoundsException(java.lang.String message)
          Creates a new XPIndexOutOfBoundsException object.
XPIndexOutOfBoundsException(java.lang.String message, java.lang.Throwable e)
          Creates a new XPIndexOutOfBoundsException object.
XPIndexOutOfBoundsException(java.lang.Throwable e)
          Creates a new XPIndexOutOfBoundsException object.
 
Methods inherited from class com.plumtree.openfoundation.util.XPException
exceptionToString, ExceptionToString, GetInnerException, GetInstance, GetInstance, getMessage, GetMessage, GetStackTrace, printStackTrace, PrintStackTrace, printStackTrace, ToString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XPIndexOutOfBoundsException

public XPIndexOutOfBoundsException()
Creates a new XPIndexOutOfBoundsException object.


XPIndexOutOfBoundsException

public XPIndexOutOfBoundsException(java.lang.String message)
Creates a new XPIndexOutOfBoundsException object.

Parameters:
message - Message to be wrapped by XPIndexOutOfBoundsException.

XPIndexOutOfBoundsException

public XPIndexOutOfBoundsException(java.lang.Throwable e)
Creates a new XPIndexOutOfBoundsException object.

Parameters:
e - Exception Object to be wrapped by XPIndexOutOfBoundsException.

XPIndexOutOfBoundsException

public XPIndexOutOfBoundsException(java.lang.String message,
                                   java.lang.Throwable e)
Creates a new XPIndexOutOfBoundsException object.

Parameters:
message - Message to be wrapped by XPIndexOutOfBoundsException.
e - Exception Object to be wrapped by XPIndexOutOfBoundsException.


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