org.eclipse.emf.common.util
Class BasicEList.BasicIndexOutOfBoundsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IndexOutOfBoundsException
org.eclipse.emf.common.util.BasicEList.BasicIndexOutOfBoundsException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- BasicEList
- protected static class BasicEList.BasicIndexOutOfBoundsException
- extends 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BasicEList.BasicIndexOutOfBoundsException
public BasicEList.BasicIndexOutOfBoundsException(int index,
int size)
- Constructs an instance with a message based on the arguments.