Class InterviewSet.CycleFault

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

    public static class InterviewSet.CycleFault
    extends Interview.Fault
    This exception will be thrown when an attempt to made to specify a dependency that would create a dependency cycle. In other words, A cannot be a dependent of B if B is already a dependent of A (either directly or indirectly.)
    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