com.bramosystems.oss.player.core.client
Class PlayException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bramosystems.oss.player.core.client.PlayException
All Implemented Interfaces:
java.io.Serializable

public class PlayException
extends java.lang.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(java.lang.String message)
          Constructs PlayException with the specified message.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlayException

public PlayException()
Constructs PlayException without any message.


PlayException

public PlayException(java.lang.String message)
Constructs PlayException with the specified message.

Parameters:
message - detailed message describing the exception.


Copyright © 2009-2011. All Rights Reserved.