org.davic.media
Class LanguageNotAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.media.MediaException
              extended by org.davic.media.LanguageNotAvailableException
All Implemented Interfaces:
java.io.Serializable

public class LanguageNotAvailableException
extends javax.media.MediaException

This exception indicates that a requested language was not available

See Also:
Serialized Form

Constructor Summary
LanguageNotAvailableException()
          The constructor of the exception.
LanguageNotAvailableException(java.lang.String reason)
          The constructor of the exception with a reason
 
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()
The constructor of the exception.


LanguageNotAvailableException

public LanguageNotAvailableException(java.lang.String reason)
The constructor of the exception with a reason

Parameters:
reason - the reason why the exception was thrown