org.iso.mpeg.mpegj.decoder
Class DecoderNotFoundException

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

public class DecoderNotFoundException
extends MediaDecoderException

The class DecoderNotFoundException is a subclass of MediaDecoderException. This Exception is thrown by the method getDecoder() of ResourceManager.

See Also:
Serialized Form

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

DecoderNotFoundException

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

DecoderNotFoundException

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