org.apache.lucene.facet.index.params
Class FacetParamsMissingPropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.lucene.facet.FacetException
                  extended by org.apache.lucene.facet.index.params.FacetParamsMissingPropertyException
All Implemented Interfaces:
Serializable

public class FacetParamsMissingPropertyException
extends FacetException

Thrown when the facets params are missing a property. *

See Also:
Serialized Form
WARNING: This API is experimental and might change in incompatible ways in the next release.

Constructor Summary
FacetParamsMissingPropertyException(String key)
           
 
Method Summary
 
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

FacetParamsMissingPropertyException

public FacetParamsMissingPropertyException(String key)


Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.