org.iso.mpeg.mpegj.resource
Class IllegalDecoderMediaEventsException

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

public class IllegalDecoderMediaEventsException
extends MPEGJException

See Also:
Serialized Form

Constructor Summary
IllegalDecoderMediaEventsException()
          Constructs an IllegalDecoderMediaEventsException with no specified detail message.
IllegalDecoderMediaEventsException(java.lang.String s)
          Constructs an IllegalDecoderMediaEventsException 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

IllegalDecoderMediaEventsException

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

IllegalDecoderMediaEventsException

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