lima.visualisation
Class DistributionServer.MapTableModel.KeyNotFoundException

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

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

An exception indicating that no row exists with the specified key.

See Also:
Serialized Form

Constructor Summary
DistributionServer.MapTableModel.KeyNotFoundException()
           
 
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.KeyNotFoundException

public DistributionServer.MapTableModel.KeyNotFoundException()