Class IncompatibleUnificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ca.mcscert.jpipe.operators.IncompatibleUnificationException
- All Implemented Interfaces:
Serializable
Raised when unification groups elements whose kinds cannot be merged into a
single element, e.g. a strategy and an evidence sharing the same label.
Reported independently of the order in which the source models were listed: the operator is commutative, so the same group is rejected, with the same message, whichever way its members were written.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IncompatibleUnificationException
-