Class CategorizationUtil.CyclicTermsException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    CategorizationUtil

    public static class CategorizationUtil.CyclicTermsException
    extends java.lang.RuntimeException
    Exception thrown when the path of a term cannot be determined because its ancestral are in a cyclic graph.
    Since:
    6.2.0
    Version:
    $Revision: 20509 $ $Date: 2017-09-11 16:18:14 -0300 (Mon, 11 Sep 2017) $
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • CyclicTermsException

        public CyclicTermsException()