org.iso.mpeg.mpegj.decoder
Class DecoderAlreadyAttachedException

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

public class DecoderAlreadyAttachedException
extends MediaDecoderException

The class DecoderAlreadyAttachedException is a subclass of MediaDecoderException. This Exception is thrown when a Decoder that is already attached is attempted to attach again.

See Also:
Serialized Form

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

DecoderAlreadyAttachedException

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

DecoderAlreadyAttachedException

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