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:
Serializable
- Enclosing class:
InterviewSet
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:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString