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

de.retest.ui.descriptors.ParameterParseException Maven / Gradle / Ivy

There is a newer version: 6.0.0
Show newest version
package de.retest.ui.descriptors;

public class ParameterParseException extends Exception {

	private static final long serialVersionUID = 1L;

	public ParameterParseException( final String msg, final Exception exc ) {
		super( msg, exc );
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy