|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.media.MediaException
org.davic.media.LanguageNotAvailableException
public class LanguageNotAvailableException
This exception indicates that a requested language was not available
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, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LanguageNotAvailableException()
public LanguageNotAvailableException(java.lang.String reason)
reason
- the reason why the exception was thrown
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |