lumis.portal
Class IndexOutOfBoundsException

Package class diagram package IndexOutOfBoundsException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by lumis.portal.PortalException
              extended by lumis.portal.IndexOutOfBoundsException
All Implemented Interfaces:
Serializable

@StableMinor(version="5.5",
             sinceVersion="4.0")
public class IndexOutOfBoundsException
extends PortalException

Since:
4.0.0
See Also:
Serialized Form

Field Summary
 
Fields inherited from class lumis.portal.PortalException
resources
 
Constructor Summary
IndexOutOfBoundsException(String arg0)
           
IndexOutOfBoundsException(String arg0, Exception innerException)
           
IndexOutOfBoundsException(String arg0, IResource resource)
           
IndexOutOfBoundsException(String arg0, IResource resource, Exception innerException)
           
IndexOutOfBoundsException(String arg0, List<IResource> resources)
           
IndexOutOfBoundsException(String arg0, List<IResource> resources, Exception innerException)
           
 
Method Summary
 
Methods inherited from class lumis.portal.PortalException
getLocalizedMessage, getLocalizedMessage, getResources, logExceptionCreation, toString, toXmlString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndexOutOfBoundsException

public IndexOutOfBoundsException(String arg0)

IndexOutOfBoundsException

public IndexOutOfBoundsException(String arg0,
                                 Exception innerException)

IndexOutOfBoundsException

public IndexOutOfBoundsException(String arg0,
                                 IResource resource)

IndexOutOfBoundsException

public IndexOutOfBoundsException(String arg0,
                                 List<IResource> resources)

IndexOutOfBoundsException

public IndexOutOfBoundsException(String arg0,
                                 IResource resource,
                                 Exception innerException)

IndexOutOfBoundsException

public IndexOutOfBoundsException(String arg0,
                                 List<IResource> resources,
                                 Exception innerException)


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.