org.dvb.application
Class LanguageNotAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dvb.application.LanguageNotAvailableException
All Implemented Interfaces:
java.io.Serializable

public class LanguageNotAvailableException
extends java.lang.Exception

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
See Also:
Serialized Form

Constructor Summary
LanguageNotAvailableException()
          Construct a LanguageNotAvailableException with no detail message
LanguageNotAvailableException(java.lang.String s)
          Construct a LanguageNotAvailableException with a detail message
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LanguageNotAvailableException

public LanguageNotAvailableException()
Construct a LanguageNotAvailableException with no detail message


LanguageNotAvailableException

public LanguageNotAvailableException(java.lang.String s)
Construct a LanguageNotAvailableException with a detail message

Parameters:
s - detail message