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

jscl.NotSupportedException Maven / Gradle / Ivy

There is a newer version: 1.0.11
Show newest version
package jscl;

import javax.annotation.Nonnull;

/**
 * User: serso
 * Date: 12/15/11
 * Time: 10:45 PM
 */
public class NotSupportedException extends AbstractJsclArithmeticException {

	public NotSupportedException(@Nonnull String messageCode, Object... parameters) {
		super(messageCode, parameters);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy