GraphMine

graphmine-util / io.github.sof3.graphmine.util.qualifier / QualifierClashException

QualifierClashException

class QualifierClashException : Exception

Thrown when there is a qualifier clash

Constructors

<init> QualifierClashException(values: Map<Qualifier, *>)
Thrown when there is a qualifier clash

Properties

values val values: Map<Qualifier, *>
a map of Qualifiers to their respective values. The value type of the map can be safely assumed to be the type T in the QualifierMap that throws the exception.