|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jtgl.core.JTGLException
org.jtgl.ext.media.MediaException
public class MediaException
Encapsulates any media exception
Constructor Summary | |
---|---|
MediaException()
Creates a new instance of MediaException without detail message. |
|
MediaException(java.lang.String msg)
Constructs an instance of MediaException with the specified detail message. |
|
MediaException(java.lang.Throwable exception)
Constructs an instance of MediaException wrapping a Throwable object instance. |
Method Summary |
---|
Methods inherited from class org.jtgl.core.JTGLException |
---|
getException |
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 |
---|
public MediaException()
MediaException
without detail message.
public MediaException(java.lang.String msg)
MediaException
with the specified detail message.
msg
- the detail message.public MediaException(java.lang.Throwable exception)
MediaException
wrapping a Throwable object instance.
exception
- the Throwable object instance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |