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:
- java.io.Serializable
public class LuceneMapperNotFoundException
- extends java.lang.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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LuceneMapperNotFoundException
public LuceneMapperNotFoundException(java.lang.Class mappeeClass,
java.lang.String mappeeKey)
- Parameters:
mappeeClass
- class of object being mapped to lucenemappeeKey
- unique key to identify object being mapped
getMappeeKey
public java.lang.String getMappeeKey()
getMappeeClass
public java.lang.Class getMappeeClass()
Copyright © 2003-2013 Atlassian. All Rights Reserved.