net.leanix.gsit.MalformedAttributeException Maven / Gradle / Ivy
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