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

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

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

public class MalformedAttributeException extends Throwable {

    public MalformedAttributeException(EventAttributeDefinition attribute, Throwable reason) {
        super("Malformed attribute '" + attribute + "'. Reason: " + reason.getMessage(), reason);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy