Package net.hydromatic.morel.util
Class Unifier.CycleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.hydromatic.morel.util.Unifier.CycleException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Unifier
private static class Unifier.CycleException extends java.lang.ExceptionControl flow exception, thrown byUnifier.Term.checkCycle(Map, Map)if it finds a cycle in a substitution map.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateCycleException()
-