com.atlassian.confluence.search.v2.lucene
Class LuceneMapperNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
LuceneMapperNotFoundException(java.lang.Class mappeeClass, java.lang.String mappeeKey)
           
 
Method Summary
 java.lang.Class getMappeeClass()
           
 java.lang.String getMappeeKey()
           
 
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
 

Constructor Detail

LuceneMapperNotFoundException

public LuceneMapperNotFoundException(java.lang.Class mappeeClass,
                                     java.lang.String mappeeKey)
Parameters:
mappeeClass - class of object being mapped to lucene
mappeeKey - unique key to identify object being mapped
Method Detail

getMappeeKey

public java.lang.String getMappeeKey()

getMappeeClass

public java.lang.Class getMappeeClass()


Copyright © 2003-2011 Atlassian. All Rights Reserved.