SubstitutionException

Thrown when a Substitution was expected to be (or to produce) a Substitution.Unifier, but turned out to be a Substitution.Fail instead — e.g. by Scope.unifierOf when the given assignments are contradictory.

Inheritors

Constructors

Link copied to clipboard
constructor(substitution: Substitution, message: String?, cause: Throwable? = null)
constructor(substitution: Substitution, cause: Throwable? = null)
constructor(cause: Throwable? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?
Link copied to clipboard