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