Class NoSuchIndexEntryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.kit.datamanager.takita.NoSuchIndexEntryException
All Implemented Interfaces:
Serializable

public class NoSuchIndexEntryException extends Exception
See Also:
  • Constructor Details

    • NoSuchIndexEntryException

      public NoSuchIndexEntryException(String errorMessage)
      Gets thrown when there is no index entry like the one sought for.
      Parameters:
      errorMessage - to display
    • NoSuchIndexEntryException

      public NoSuchIndexEntryException(String errorMessage, Throwable throwable)
      Gets thrown when there is no index entry like the one sought for.
      Parameters:
      errorMessage - to display
      throwable - to throw