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

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

There is a newer version: 1.3.1
Show 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 - 2024 Weber Informatics LLC | Privacy Policy