lima.visualisation
Class DistributionServer.MapTableModel.TableIndexOutOfBoundsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.IndexOutOfBoundsException
                          |
                          +--lima.visualisation.DistributionServer.MapTableModel.TableIndexOutOfBoundsException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
DistributionServer.MapTableModel

public class DistributionServer.MapTableModel.TableIndexOutOfBoundsException
extends java.lang.IndexOutOfBoundsException

An exception indicating that a specified table index is not within the table bounds.

See Also:
Serialized Form

Constructor Summary
DistributionServer.MapTableModel.TableIndexOutOfBoundsException()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DistributionServer.MapTableModel.TableIndexOutOfBoundsException

public DistributionServer.MapTableModel.TableIndexOutOfBoundsException()