Package edu.kit.datamanager.takita
Class NoSuchIndexEntryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.kit.datamanager.takita.NoSuchIndexEntryException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoSuchIndexEntryException(String errorMessage) Gets thrown when there is no index entry like the one sought for.NoSuchIndexEntryException(String errorMessage, Throwable throwable) Gets thrown when there is no index entry like the one sought for. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchIndexEntryException
Gets thrown when there is no index entry like the one sought for.- Parameters:
errorMessage- to display
-
NoSuchIndexEntryException
Gets thrown when there is no index entry like the one sought for.- Parameters:
errorMessage- to displaythrowable- to throw
-