public class CycleDetectedException extends Exception
Constructor and Description |
---|
CycleDetectedException(String message,
List<String> cycle) |
Modifier and Type | Method and Description |
---|---|
String |
cycleToString() |
List<String> |
getCycle() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.