public class NotRealizedError extends MediaError
NotRealizedError is thrown when a method that
requires a Controller to be in the Realized state is called
and the Controller is not Realized.
For example, this can happen when
getComponents is called on an Unrealized
Player.
Controller,
Player,
Serialized Form| Constructor and Description |
|---|
NotRealizedError(String reason) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotRealizedError(String reason)
Copyright © 2012 code4tv.com. All Rights Reserved.