org.iso.mpeg.mpegj.resource
Class IllegalRendererMediaEventsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.iso.mpeg.mpegj.MPEGJException
                    |
                    +--org.iso.mpeg.mpegj.resource.IllegalRendererMediaEventsException

public class IllegalRendererMediaEventsException
extends MPEGJException

This a subclass of MPEGJException. This is thrown when an illegal Renderer Media Event is posted

See Also:
Serialized Form

Constructor Summary
IllegalRendererMediaEventsException()
          Constructs an IllegalRendererMediaEventsException with no specified detail message.
IllegalRendererMediaEventsException(java.lang.String s)
          Constructs an IllegalRendererMediaEventsException with a detailed message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalRendererMediaEventsException

public IllegalRendererMediaEventsException()
Constructs an IllegalRendererMediaEventsException with no specified detail message.

IllegalRendererMediaEventsException

public IllegalRendererMediaEventsException(java.lang.String s)
Constructs an IllegalRendererMediaEventsException with a detailed message.