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:
Serializable
- Enclosing class:
- Unifier
private static class Unifier.CycleException extends Exception
Control flow exception, thrown byUnifier.Term.checkCycle(Map, Map)if it finds a cycle in a substitution map.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateCycleException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-