Class LuceneMapperNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.confluence.internal.search.v2.lucene.LuceneMapperNotFoundException
- All Implemented Interfaces:
Serializable
Exception thrown when a mapper (
LuceneSortMapper
, LuceneQueryMapper
cannot be found. Mappers are used to convert confluence search abstractions into the equivalent lucene abstractions.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LuceneMapperNotFoundException
- Parameters:
mappeeClass
- class of object being mapped to lucenemappeeKey
- unique key to identify object being mapped
-
-
Method Details
-
getMappeeKey
-
getMappeeClass
-