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

org.davic.media.LanguageNotAvailableException Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
package org.davic.media;

/**
 * This exception indicates that a requested language was not available
 */
public class LanguageNotAvailableException extends javax.media.MediaException 
{
	/** 
	 * The constructor of the exception. 
	 */
	public LanguageNotAvailableException() {
	}
	/**
	 * The constructor of the exception with a reason
	 * @param reason the reason why the exception was thrown
	 */
	public LanguageNotAvailableException(String reason) {
	}
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy