Package io.permazen.core
Class UnknownIndexException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.permazen.core.DatabaseException
io.permazen.core.UnknownIndexException
- All Implemented Interfaces:
Serializable
Thrown when an unknown index is accessed.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the name of the index that was not recognized.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownIndexException
Constructor.- Parameters:
indexName
- unknown index namedescription
- description of the problem
-
-
Method Details
-
getIndexName
Get the name of the index that was not recognized.- Returns:
- unrecognized index name
-