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

org.daisy.dotify.impl.text.UndefinedNumberException Maven / Gradle / Ivy

There is a newer version: 5.0.0
Show newest version
package org.daisy.dotify.impl.text;

public class UndefinedNumberException extends Exception {

	/**
	 * 
	 */
	private static final long serialVersionUID = 6238381557199228181L;

	public UndefinedNumberException() {
		super();
	}

	public UndefinedNumberException(String message, Throwable cause) {
		super(message, cause);
	}

	public UndefinedNumberException(String message) {
		super(message);
	}

	public UndefinedNumberException(Throwable cause) {
		super(cause);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy