graphmine-util / io.github.sof3.graphmine.util.qualifier / QualifierClashException
class QualifierClashException :
Exception
Thrown when there is a qualifier clash
<init> | QualifierClashException(values: Map < Qualifier , *>) Thrown when there is a qualifier clash |
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. |