FlexOr.container
Class SequenceIndexException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IndexOutOfBoundsException
                  extended by FlexOr.container.SequenceIndexException
All Implemented Interfaces:
java.io.Serializable

public class SequenceIndexException
extends java.lang.IndexOutOfBoundsException

The exception is thrown whenever an attempt is made to access container elements by an out of range index (less than 0 or greater than or equal to size).

See Also:
Serialized Form

Constructor Summary
SequenceIndexException()
          Exception without a message.
SequenceIndexException(java.lang.String s)
          Exception with a message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SequenceIndexException

public SequenceIndexException()
Exception without a message.


SequenceIndexException

public SequenceIndexException(java.lang.String s)
Exception with a message.