org.iso.mpeg.mpegj.decoder
Class DecoderNotRunningException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.iso.mpeg.mpegj.MPEGJException
                    |
                    +--org.iso.mpeg.mpegj.decoder.MediaDecoderException
                          |
                          +--org.iso.mpeg.mpegj.decoder.DecoderNotRunningException

public class DecoderNotRunningException
extends MediaDecoderException

The class DecoderNotRunningException is a subclass of MediaDecoderException. This Exception is thrown when a Decoder that is not running is attempted to pause or stop.

See Also:
Serialized Form

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

DecoderNotRunningException

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

DecoderNotRunningException

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