Package org.jesterj.ingest.model.impl
Class CyclicGraphException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- org.jesterj.ingest.model.impl.CyclicGraphException
-
- All Implemented Interfaces:
java.io.Serializable
public class CyclicGraphException extends java.lang.IllegalStateExceptionThis exception indicates that a cycle was detected while attempting to assemble the steps of a plan into a DAG.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CyclicGraphException(java.lang.String s)
-