All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.leanix.gsit.MissingAttributeException Maven / Gradle / Ivy

There is a newer version: 0.5.1
Show newest version
package net.leanix.gsit;

public class MissingAttributeException extends Throwable {

    public MissingAttributeException(EventAttributeDefinition attribute) {
        super("Missing attribute '" + attribute + "'");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy