com.dynatrace.buildtools.graalnative.ConfigurationException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dynatrace-native-maven-plugin Show documentation
Show all versions of dynatrace-native-maven-plugin Show documentation
A Maven plugin to auto-instrument GraalVM Native projects with the Dynatrace OneAgent
The newest version!
package com.dynatrace.buildtools.graalnative;
public class ConfigurationException extends Exception {
public ConfigurationException(final String format, final Object... args) {
super("Dynatrace Graal native Maven plugin: configuration error: " + String.format(format, args));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy