Package com.sun.interview
Class InterviewSet.CycleFault
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sun.interview.Interview.Fault
-
- com.sun.interview.InterviewSet.CycleFault
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- InterviewSet
public static class InterviewSet.CycleFault extends Interview.Fault
This exception will be thrown when an attempt to made to specify a dependency that would create a dependency cycle. In other words, A cannot be a dependent of B if B is already a dependent of A (either directly or indirectly.)- See Also:
- Serialized Form