Class CycleDetectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tech.guilhermekaua.spigotboot.core.exceptions.CycleDetectedException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CircularDependencyException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCycleDetectedException(@NotNull List<T> cycle, @NotNull Function<T, String> nodeLabeler) CycleDetectedException(@NotNull List<T> cycle, @NotNull Function<T, String> nodeLabeler, @Nullable String initialPrefix) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CycleDetectedException
-
CycleDetectedException
-
-
Method Details
-
getCycle
-
formatCycle
-