org.iso.mpeg.mpegj.decoder
Class DecoderAlreadyRunningException

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.DecoderAlreadyRunningException

public class DecoderAlreadyRunningException
extends MediaDecoderException

The class DecoderAlreadyRunningException is a subclass of MediaDecoderException. This Exception is thrown when a Decoder that is already running is attempted to start.

See Also:
Serialized Form

Constructor Summary
DecoderAlreadyRunningException()
          Constructs an DecoderAlreadyRunningException with no specified detail message.
DecoderAlreadyRunningException(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

DecoderAlreadyRunningException

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

DecoderAlreadyRunningException

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