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
public class LuceneMapperNotFoundException extends RuntimeException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LuceneMapperNotFoundException(Class mappeeClass, String mappeeKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class
getMappeeClass()
String
getMappeeKey()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-