Class 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 Detail

      • InconsistentTaxonomyException

        public InconsistentTaxonomyException​(String message)
      • InconsistentTaxonomyException

        public InconsistentTaxonomyException()