Class CyclicDependencyException

All Implemented Interfaces:
Serializable

public class CyclicDependencyException extends ModuleException
See Also:
  • Constructor Details

    • CyclicDependencyException

      public CyclicDependencyException(List<String> cyclePath)
  • Method Details

    • getCyclePath

      public List<String> getCyclePath()