UncomparableDistancesException

open fun UncomparableDistancesException(pos1: Position<out Any>, pos2: Position<out Any>, cause: Throwable)

Builds the exception given two positions claimed to be not compatible.

Parameters

pos1

the first position

pos2

the second position

cause

the cause for this exception


open fun UncomparableDistancesException(pos1: Position<out Any>, pos2: Position<out Any>)

Builds the exception given two positions claimed to be not compatible.

Parameters

pos1

the first position

pos2

the second position