Class InvalidIndexException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dlese.dpc.index.InvalidIndexException
All Implemented Interfaces:
Serializable

public class InvalidIndexException extends Exception
Indicates that a DataManager was asked to handle an object of data that it does not understand.
Version:
1.0, 9/30/02
Author:
Dave Deniman
See Also:
  • Constructor Details

    • InvalidIndexException

      public InvalidIndexException()
      Constructs an Exception with no specified detail message.
    • InvalidIndexException

      public InvalidIndexException(String message)
      Constructs an Exception with the specified detail message.
      Parameters:
      message - the detailed message.