Class CircularDependencyException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class CircularDependencyException
    extends WicketRuntimeException
    Thrown when a circular dependency is detected between resources.
    Author:
    papegaaij
    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​(java.util.Set<HeaderItem> depsDone,
                                           HeaderItem newDependency)
        Construct.
        Parameters:
        depsDone -
        newDependency -