1 package net.sf.jlayercheck.util.exceptions;
2
3 /**
4 * Thrown by GraphModuleDependencies when the input graph
5 * contains cycles.
6 *
7 * @author webmaster@earth3d.org
8 */
9 public class CycleFoundException extends Exception {
10
11 /**
12 *
13 */
14 private static final long serialVersionUID = -5360564935723981975L;
15
16 public CycleFoundException() {
17
18 }
19 }