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.
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InconsistentTaxonomyException
public InconsistentTaxonomyException(String message)
InconsistentTaxonomyException
public InconsistentTaxonomyException()