|
MIDP 2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--javax.microedition.media.MediaException
A MediaException
indicates an unexpected error
condition in a method.
Constructor Summary | |
MediaException()
Constructs a MediaException with null
as its error detail message. |
|
MediaException(String reason)
Constructs a MediaException with the specified detail
message. |
Methods inherited from class java.lang.Throwable |
getMessage, printStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MediaException()
MediaException
with null
as its error detail message.public MediaException(String reason)
MediaException
with the specified detail
message. The error message string s
can later be
retrieved by the
Throwable.getMessage()
method of class java.lang.Throwable
.reason
- the detail message.
|
MIDP 2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |