|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.rim.plazmic.mediaengine.MediaException
javax.microedition.m2g
instead of MediaEngine.
public class MediaException
Contains the functionality for all exceptions thrown when an exceptional condition occurs during playback or loading of media.
Field Summary | ||
---|---|---|
static int |
CHECKSUM_MISMATCH
Deprecated. Represents an error that occurs when the checksum fails. |
|
static int |
INTERRUPTED_DOWNLOAD
Deprecated. Represents an error that occurs when the requested download operation was cancelled. |
|
static int |
INVALID_HEADER
Deprecated. Represents an error that occurs when the requested media format is supported but the header is corrupted or invalid |
|
static int |
OUT_OF_BOUNDS
Deprecated. Represents an error that occurs when an array index is out of bounds or when reading from an input stream after EOF. |
|
static int |
REQUEST_TIMED_OUT
Deprecated. Represents an error that occurs when the request timed out. |
|
static int |
UNSUPPORTED_MEDIA
Deprecated. Represents an error that occurs when the current version of the media engine is not compatible with a requested feature. |
|
static int |
UNSUPPORTED_TYPE
Deprecated. Represents an error that occurs when the requested format is not supported. |
|
static int |
UPGRADE_MEDIA
Deprecated. Represents an error that occurs when the current version of the media engine no longer supports a requested feature. |
|
static int |
UPGRADE_PLAYER
Deprecated. Represents an error that occurs when the current version of the media engine is not compatible with a requested feature. |
Constructor Summary | ||
---|---|---|
MediaException()
Deprecated. Constructs a MediaException with no specified detail message or error code. |
||
MediaException(int code)
Deprecated. Constructs a MediaException given an error code. |
||
MediaException(int code,
String msg)
Deprecated. Constructs a MediaException given both an error code and detailed message describing the cause of the exception. |
||
MediaException(String msg)
Deprecated. Constructs a MediaException with a detailed message describing the circumstances of the exception. |
Method Summary | ||
---|---|---|
int |
getCode()
Deprecated. Returns the current error code. |
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 |
Field Detail |
---|
public static final int UPGRADE_PLAYER
public static final int UPGRADE_MEDIA
public static final int UNSUPPORTED_MEDIA
public static final int INVALID_HEADER
public static final int OUT_OF_BOUNDS
public static final int INTERRUPTED_DOWNLOAD
public static final int REQUEST_TIMED_OUT
public static final int UNSUPPORTED_TYPE
public static final int CHECKSUM_MISMATCH
Constructor Detail |
---|
public MediaException()
This is the default exception constructor.
public MediaException(String msg)
msg
- A description of the cause of the exception.public MediaException(int code)
code
- An integer representing the error code that caused the exception.public MediaException(int code, String msg)
code
- A message describing the cause of the exception.msg
- A message describing the cause of the exception.Method Detail |
---|
public int getCode()
If the returned code is >= 200, the code represents a standard HTTP response code.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal