Uncomparable Distances Exception
open fun UncomparableDistancesException(pos1: Position<out Any>, pos2: Position<out Any>, cause: Throwable)
Content copied to clipboard
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>)
Content copied to clipboard
Builds the exception given two positions claimed to be not compatible.
Parameters
pos1
the first position
pos2
the second position