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

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

public class LoadException
extends java.lang.Exception

Thrown if an error occurs during media loading operations.

Author:
Sikirulai Braheem
See Also:
Serialized Form

Constructor Summary
LoadException(java.lang.String message)
          Constructs a LoadException 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

LoadException

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

Parameters:
message - the detailed message, describing the error.


Copyright © 2009-2011. All Rights Reserved.