Class CircularDependencyException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CircularDependencyException
    extends UsrException
    CircularDependencyException is thrown in cases where an action would cause the program's module structure to have a "cycle", that is to have two module which are both ancestors and descendants of each other.
    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

      • CircularDependencyException

        public CircularDependencyException()
        Constructor
      • CircularDependencyException

        public CircularDependencyException​(java.lang.String msg)
        Constructor
        Parameters:
        msg - detailed message