javax.media
类 NotRealizedError

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Error
          继承者 javax.media.MediaError
              继承者 javax.media.NotRealizedError
所有已实现的接口:
java.io.Serializable

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, 序列化表格

构造方法摘要
NotRealizedError(java.lang.String reason)
           
 
方法摘要
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

NotRealizedError

public NotRealizedError(java.lang.String reason)