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

org.matheclipse.generic.WrongSequenceException Maven / Gradle / Ivy

The newest version!
package org.matheclipse.generic;

/**
 * Exception for wrong ISequence definitions.
 * 
 */
public class WrongSequenceException extends RuntimeException {
	private static final long serialVersionUID = 1249168527105735837L;

	public WrongSequenceException(final String message) {
		super(message);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy