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

org.dvb.application.LanguageNotAvailableException Maven / Gradle / Ivy

The newest version!
package org.dvb.application ;



/**

 * The LanguageNotAvailableException exception is thrown if the 

 * application asks for the name of an application in a language not signalled

 * in the AIT.

 *

 * @since   MHP1.0

 */

public class LanguageNotAvailableException extends Exception {

   /**

   * Construct a LanguageNotAvailableException with no detail message

   */

      public LanguageNotAvailableException()

      {

      }



   /**

   * Construct a LanguageNotAvailableException with a detail message

   * @param s detail message

   */

      public LanguageNotAvailableException(String s)

      {

      }

}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy