com.atlassian.confluence.search.v2.lucene
Class LuceneMapperNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.confluence.search.v2.lucene.LuceneMapperNotFoundException
- All Implemented Interfaces:
- Serializable
public class LuceneMapperNotFoundException
- extends RuntimeException
Exception thrown when a mapper (LuceneSortMapper
, LuceneQueryMapper
or LuceneResultFilterMapper
)
cannot be found. Mappers are used to convert confluence search abstractions into the equivalent lucene abstractions.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LuceneMapperNotFoundException
public LuceneMapperNotFoundException(Class mappeeClass,
String mappeeKey)
- Parameters:
mappeeClass
- class of object being mapped to lucenemappeeKey
- unique key to identify object being mapped
getMappeeKey
public String getMappeeKey()
getMappeeClass
public Class getMappeeClass()