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

com.dynatrace.buildtools.graalnative.ConfigurationException Maven / Gradle / Ivy

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