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

org.dvb.user.UnsupportedPreferenceException Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
package org.dvb.user;

/**
 * Thrown when a non-supported preference is used.
 */

public class UnsupportedPreferenceException extends java.lang.Exception {
	/**
	 * Constructs a UnsupportedPreferenceException with no detail message.
	 */
	public UnsupportedPreferenceException()
	{
	}
	/**
	 * Constructs a UnsupportedPreferenceException with a detail message.
	 *
	 * @param a the detail message
	 */
	public UnsupportedPreferenceException(String a)
	{
	}
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy