Class FacetParamsMissingPropertyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.lucene.facet.FacetException
-
- 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
Constructors Constructor Description FacetParamsMissingPropertyException(String key)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FacetParamsMissingPropertyException
public FacetParamsMissingPropertyException(String key)
-
-