Package org.apache.lucene.facet.taxonomy
Class InconsistentTaxonomyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.lucene.facet.taxonomy.InconsistentTaxonomyException
-
- All Implemented Interfaces:
Serializable
public class InconsistentTaxonomyException extends Exception
Exception indicating that a certain operation could not be performed on a taxonomy related object because of an inconsistency.For example, trying to refresh a taxonomy reader might fail in case the underlying taxonomy was meanwhile modified in a manner which does not allow to perform such a refresh. (See
TaxonomyReader.refresh()
.)- See Also:
- Serialized Form
- WARNING: This API is experimental and might change in incompatible ways in the next release.
-
-
Constructor Summary
Constructors Constructor Description InconsistentTaxonomyException()
InconsistentTaxonomyException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InconsistentTaxonomyException
public InconsistentTaxonomyException(String message)
-
InconsistentTaxonomyException
public InconsistentTaxonomyException()
-
-