org.davic.media
Class LanguageNotAvailableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.media.MediaException
              extended byorg.davic.media.LanguageNotAvailableException
All Implemented Interfaces:
java.io.Serializable

public class LanguageNotAvailableException
extends 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
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, 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