Class Unifier.CycleException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.hydromatic.morel.util.Unifier.CycleException
All Implemented Interfaces:
Serializable
Enclosing class:
Unifier

private static class Unifier.CycleException extends Exception
Control flow exception, thrown by Unifier.Term.checkCycle(Map, Map) if it finds a cycle in a substitution map.
  • Constructor Details

    • CycleException

      private CycleException()