org.davic.media
Class LanguageNotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.media.MediaException
org.davic.media.LanguageNotAvailableException
- All Implemented Interfaces:
- Serializable
public class LanguageNotAvailableException
- extends MediaException
This exception indicates that a requested language was not available
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LanguageNotAvailableException
public LanguageNotAvailableException()
- The constructor of the exception.
LanguageNotAvailableException
public LanguageNotAvailableException(String reason)
- The constructor of the exception with a reason
- Parameters:
reason
- the reason why the exception was thrown