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