project4
Class ILinkedList.OrderIndexOutOfBoundsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by project4.ILinkedList.OrderIndexOutOfBoundsException
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
ILinkedList<E>

public static class ILinkedList.OrderIndexOutOfBoundsException
extends java.lang.Exception

throw this exception when an invalid index is used (like ArrayIndexOutOfBoundsException)

See Also:
Serialized Form

Constructor Summary
ILinkedList.OrderIndexOutOfBoundsException()
           
 
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

ILinkedList.OrderIndexOutOfBoundsException

public ILinkedList.OrderIndexOutOfBoundsException()