JavaScript is disabled on your browser.
Eclipse EMF 2.15 API Specification
Detail:
Field |
Constr |
Method
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IndexOutOfBoundsException
org.eclipse.emf.common.util.AbstractEList.BasicIndexOutOfBoundsException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BasicEList.BasicIndexOutOfBoundsException
Enclosing class:
AbstractEList <E >
protected static class AbstractEList.BasicIndexOutOfBoundsException
extends java.lang.IndexOutOfBoundsException
An IndexOutOfBoundsException that constructs a message from the argument data.
Having this avoids having the byte code that computes the message repeated/inlined at the creation site.
See Also:
Serialized Form
Constructor Summary
Constructors
Constructor and Description
BasicIndexOutOfBoundsException (int index,
int size)
Constructs an instance with a message based on the arguments.
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Constructor Detail
BasicIndexOutOfBoundsException
public BasicIndexOutOfBoundsException(int index,
int size)
Constructs an instance with a message based on the arguments.
Eclipse EMF 2.15 API Specification
Detail:
Field |
Constr |
Method
Copyright © 2018. Licensed under the Eclipse Public License v1.0 . All rights reserved.Submit a bug or feature