com.bramosystems.oss.player.core.client
Class PlayException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.bramosystems.oss.player.core.client.PlayException
- All Implemented Interfaces:
- Serializable
public class PlayException
- extends Exception
Thrown to indicate a media playback related exception.
- Author:
- Sikirulai Braheem
- See Also:
- Serialized Form
Constructor Summary |
PlayException()
Constructs PlayException without any message. |
PlayException(String message)
Constructs PlayException with the specified message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PlayException
public PlayException()
- Constructs
PlayException
without any message.
PlayException
public PlayException(String message)
- Constructs
PlayException
with the specified message.
- Parameters:
message
- detailed message describing the exception.
Copyright © 2009-2011. All Rights Reserved.