org.iso.mpeg.mpegj.decoder
Class DecoderNotAttachedException

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

public class DecoderNotAttachedException
extends MediaDecoderException

The class DecoderNotAttachedException is a subclass of MediaDecoderException. This Exception is thrown when a Decoder that is not attached is attempted detach.

See Also:
Serialized Form

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

DecoderNotAttachedException

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

DecoderNotAttachedException

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